Archive for the ‘Java’ Category

This is the ant task I’m using to generate POJO and mapping files from a DB Schema (mysql).

JAXB Castor Comparison

I was looking recently for some java framework to save some objects in xml files. Until now I’ve tested from a noob perspective 2 frameworks: JAXB and Castor. Don’t get misleaded by my judgment because I didn’t use any of them very deep.
I was playing with JAXB some time ago and at that time [...]