Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Right click on the project and select "Refresh" (to notify Eclipse of the jars that we just added). Let's add these dependencies to the project buildpath. We just need to add some of them, but we will add them all for the sake of argument (smile). Right click on your project and select "Properties". Click on "Java Build Path", and select the "Libraries" tab. Click "Add". On the popup dialog, navigate to the "lib" folder, select all the jars and click "Ok".

Domain

Our domain model will consist of just a simple "Person" class with a couple of fields.

...