Dozer Mapping Framework
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
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
0 Responses to "Dozer Mapping Framework"
Yorum Gönder