Hades 0.2 is out
Today we officially released version 0.2 of Hades, a domain class and DAO development library based on JPA and Spring. Hades is mainly based on an idea provided by Eberhard Wolff in Java Magazin. Hades feature list reads as follows:
- Implementation of CRUD methods for JPA Entities
- Transparent triggering of JPA NamedQueries by finder methods
- Dynamic query generation from finder method names
- Implementation domain base classes providing basic properties
- Support for transparent auditioning (created, last changed)
- Easy Spring integration with custom namespace
Version 0.2 mainly brings minor enhancements and polishes. Since today we’re also listed at ohloh.net. So feel free to check out the documentation and play with it a little.
Further links:



Congratulations! Can’t wait to check it out, especially the autiting support. We are using Eberhard’s framework at work and I hope I can integrate your auditing support.