111

Friday, 4 July 2014

Simple Pojo-Bean Mapper download

Simple Pojo/Bean Mapper

Simple Pojo/Bean Mapper Description
The original use for this was to take data out of a set of Hibernate DAO objects and create a variety of XML DOM objects from them. In the project that instigated this work the mapping between the DAOs and the XML DOM was not one for one and encoding the conversion into the DOAs was not a good idea.
While at first sight this may seem similar to dozer (http://dozer.sourceforge.net) the primary difference is that this is code generation and does not have the overhead of using introspection at run time.
Simple Pojo/Bean Mapper Features
  • Java code generator which examines two packages of POJOs to map between then.

  • Download:Click Here

    No comments:

    Post a Comment