I had to do some rework for the RS Library. The most important changes are:
- RSLIB-19 – Improved DAO registration in abstract DaoFactory implementation
- RSLIB-20 – Upgrade to Hibernate 4
- RSLIB-22 – Provide modules as OSGI packages
- RSLIB-23 – Cache Control for DAOs
A complete documentation can be found either through Javadocs or the appropriate module homepages:
- baselib module
- data module
- data-hibernate module
The Maven coordinates are:
<dependency> <groupid>eu.ralph-schuster</groupid> <artifactid>baselib</artifactid> <version>1.1.0</version> </dependency> <dependency> <groupid>eu.ralph-schuster</groupid> <artifactid>data</artifactid> <version>1.1.0</version> </dependency> <dependency> <groupid>eu.ralph-schuster</groupid> <artifactid>data-hibernate</artifactid> <version>1.1.0</version> </dependency> |