Friends, I am trying to convert DO to DTO using java and looking for automated tool before start writing my own. I just wanted to know if there any free tool available for the same.
closed as not constructive by S.L. Barth, kleopatra, Ian Roberts, stealthyninja, Graviton Nov 14 '12 at 13:39
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
You could try Dozer.
|
|||||||
|
|
There are some libraries around there:
Transmorph (pretty recent), EZMorph, Dozer, ModelMapper, OTOM are all serious candidates. Dozer seems to be the most active project though (and maybe the most advanced). |
|||||||||||||||
|
|
Another one is Orika - http://code.google.com/p/orika/ |
|||
|
|
Use Apache commons beanutils:
|
|||||||||
|
|
ModelMapper is another library worth checking out. ModelMapper's design is different from other libraries in that it:
Check out the ModelMapper site for more info: |
||||
|
|
|
There is one more Java mapping engine/framework Nomin: http://nomin.sourceforge.net. |
|||
|
|
|
I'm happy to add Moo as an option, although clearly I'm biased towards it: http://geoffreywiseman.github.com/Moo/ It's very easy to use for simple cases, reasonable capable for more complex cases, although there are still some areas where I can imagine enhancing it for even further complexities. |
|||
|
|
|
You can also try mapping framework based on Dozer, but with Excel mapping declaration. They've got some tools and additional cool features. Check at http://openl-tablets.sf.net/mapper |
|||
|
|
|
Try OMapper.. http://code.google.com/p/omapper/ |
|||
|
|
Yet another mapping tool if you are into Eclipse: http://www.modelbridge.org/ We built our own and open-sourced it because we wanted to generate the mapping code rather than interpret the mapping definition. |
|||
|
|
|
I found another framework: Try it [click here] (http://code.google.com/p/jmapper-framework/) |
||||
|
|

