Archives for Februar, 2009

Hades 0.4 released!


Passionatedly practicing conference driven development I’d like to announce version 0.4 of the DAO implementation library Hades.
Eclipse plugin
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 [...]

Heading JavaPosse Roundup 2009


2 more days and I will make my way to Crested Butte, CO to join this year’s Java Posse Roundup. Not having attended an “Uncoference” before I really look forward to this style of conference as the concept sounds promising. The week will be packed with geek activities but also leave room for leisure as [...]

Integrating Hades into existing applications


Today I’ve got an email by Thomas Braun who considered to play around with Hades. He is facing an application with an existing data access layer based on Spring’s HibernateDaoSupport class. This raised the question of how to integrate Hades into the app without changing existing code.
Thomas was using AnnotationSessionFactoryBean to create the SessionFactory from [...]