Dozer Mapping Framework

3/17/2011 02:15:00 ÖS

(0) Comments

If you have some serialization problems in a GWT project, or if you need to transfer the data inside a POJO to another POJO, you can use dozer framework to do this.

If you are using Hibernate in your project and you have objects and DTO objects, you don't have to write data transfer code between these objects, you can use dozer framework to do these tasks automatically.

DozerBeanMapperSingletonWrapper.getInstance().map(record, RecordDTO.class));

http://code.google.com/webtoolkit/articles/using_gwt_with_hibernate.html

Yasin Hasan Karanfil

0 Responses to "Dozer Mapping Framework"

Yorum Gönder