This tutorial compliments Basic Dozer Tutorial. Orika is another bean mapping framework.
Step 1: Create a simple Maven project from a command-line. Just press enter for all the prompts.
1 |
mvn archetype:generate -DgroupId=com.mytutorial -DartifactId=simple-orika |
Step 2: Import the above “simple-orika” folder in the file system into eclipse.…