UJO Framework offers a special architecture of beans different from conventional JavaBeans. The useful features are XML persistence of an object tree, simple introspection, easy collaboration with Swing tables, and very light weight.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
The method UjoProperty.getValue() replaces the value of null as the default, instead of the original method Ujo.readValue() in the previous release. Two UjoProperties can be easily concatenated using the new type safe method add(...). The base UJO objects support the 'java.io.Serializable' feature, including the OrmTable. There is code cleanup, extended JavaDocs, and small bugfixes.