Skip to content
Andrew Butler edited this page Feb 8, 2024 · 9 revisions

ObServe

ObServe is a repository for a set of data structures that are observable. See

Of special note are

It also contains a few miscellaneous utilities:

  • ObservableFile, an observable extension of Qommons' BetterFile API
  • An observable implementation of OSGI's dependency injection API
  • EntityReflector, a utility for creating observable instances of APIs
  • PanelPopulation, an API for easily creating powerful Java Swing user interfaces backed by Observable data
  • TypeTokens, a utility for dealing with Google's very useful TypeToken API
  • InteractiveTestingService, a tool for defining tests that execute within an application and executing them
  • CSVEntitySet, a utility that functions as a very simple database persisted with CSV files
  • EntityArguments, an extension of the argument parsing utility in Qommons that allows the developer to create an interface defining the data that should be specified in command-line arguments and returns parsed arguments as an instance of that interface.
Clone this wiki locally