3
I Use This!
Moderate Activity

News

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Posted about 12 years ago by Gunnar Morling
It is my pleasure to announce the first release of the MapStruct project! MapStruct is a code generator which simplifies the implementation of mappings between Java bean types by generating mapping code at compile time ... [More] , following a convention-over-configuration approach. The problem In multi-layered applications there is often the need to map between objects from diffent models. Examples include the conversion from JPA entities into data transfer or view objects and the mapping between the internal model of an application and external-facing representations such as the types of a web service facade. Writing the required mapping code from hand can be an error-prone and tedious task.... [Less]
Posted about 12 years ago by Gunnar Morling
Posted about 12 years ago by Gunnar Morling
Posted about 12 years ago by Gunnar Morling
MapStruct has now its own web site, mapstruct.org! ...