Passionatedly practicing conference driven development I’d like to announce version 0.4 of the DAO implementation library Hades.
Using Hades namespace configuration in Spring applications can now be simplyfied by installing the Hades Eclipse Plugin from our update site. The plugin will extend Spring IDE to know the Hades namespace, parse the DAO beans correctly and thus provide the content assist you from from Spring Core’s namespaces. As you can see below it is even able to resolve the classpath scanned DAO instances.
As of version 0.4 Hades is able to detect the JPA persistence provider you use by inspecting the EntityManager
instance. Thus no explicit configuration is necessary anymore.
So feel free to take a look at and provide feedback.