Link to home
Start Free TrialLog in
Avatar of Mahesh Bhutkar
Mahesh Bhutkar

asked on

Best DTO to DO mapper and vice-versa in Java

Hi,

I am looking for best Data transfer Object to Domain Object mapping library.

Which helps me for Automation. Just configure & generate the mapping classes.
The generated classes should be isolated & could be common to both UI & server.
The generated code should not hamper performance by anyway.
We are using Spring, JSON & Jackson.

I am exploring Dozer. But need to experts solution which is the best, easy to use & performance centric.

Thanks,
BonzerMahesh
Avatar of Am P
Am P
Flag of India image

Why dont you have a look on ModelMapper ? Refer http://modelmapper.org/

Some examples, you should have a look on.
http://modelmapper.org/examples/
we have used DOZER mappings and easily integrate with Spring.
ASKER CERTIFIED SOLUTION
Avatar of Mahesh Bhutkar
Mahesh Bhutkar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mahesh Bhutkar
Mahesh Bhutkar

ASKER

Orika is the fastest in terms of performance & also easy to use.