Simple Pojo/Bean Mapper
Simple Pojo/Bean Mapper DescriptionThe 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
Download:Click Here
No comments:
Post a Comment