AgileWiki 3.3.2 (CowDb branch) |
|
|
AgileWiki is meant to create software systems
which are fluid, easily configured and can be
reorganized on-the-fly to meet ever changing
requirements. It includes a COW-based database,
the Rolonics programming paradigm, and semantic
inferencing.
License: Common Public License
Changes:
Common has been folded into the CowDb jar file. The DefaultConfiguration class has been renamed to DatabaseConfiguration and, if passed the name of a database file, tries to load a .cfg properties file of the same name. Failing that, it attempts to load the default.cfg file. An issue where DbProcessor instances were not added to a global map, resulting in duplicates for the same database and also lost file handles was fixed. The DB Close operation now prevents a database from being opened while it is in the process of being closed.
|