Projects
XStream is a simple library to serialize objects to XML and back again.
Features: Ease of use, no mappings, performance, clean XML, no modifications to classes, integration with XML libraries, full object graph support, customizable conversion strategies.
This project provides a Castor JDO-specific implementation of the Spring ORM module, allowing users to use Spring ORM as their preferred choice of dealing with the persistence aspects of their applications whilst using Castor JDO as underlying persistence provider.
Licence: ASLv2, Development Language: Java
The Generic Repository (grepo) is an open source (ASLv2) framework for Java which allows you to access (database) repositories in a generic and consistent manner. Using grepo, it is generally no longer required to provide all the boilerplate code which is necessary in order to access (database) repositories from Java. All you have to do is write appropriate database code (queries, procedures, functions etc.), an appropriately annotated Java interface, and very little Spring configuration.
