↧
Customize your JAXB bindings
JAXB is a bridge between the Java and the XML worlds, enabling your code to transparently marshalls and unmarshalls your Java objects to and from XML. In order to do this, you should have a class...
View ArticleHibernate hard facts part 3
In the third article of this serie, I will show how to tweak Hibernate so as to convert any database data types to and from any Java type so as to decouple your database model from your object model.
View ArticleDiscover Spring authoring
In this article, I will describe a useful but much underused feature of Spring, the definition of custom tags in the Spring beans definition files.
View Article