Start with a new JDO project

Creating the project


To create a new JDO project, go to File -> new -> Project... and select the EclipseSpeedo entry. Then click on "New JDO project" and follow the project creation wizard instructions.



The JDO project configuration


The created project has a JDO nature. In fact, a configuration point named "JDO" has been added to the project properties. To access this configuration screen, right click on the project and select properties... Then you will be able to select the JDO driver to work with, and adjust its properties.




Notes :

  1. Pass the mouse over the labels to get some description about the property
  2. Be careful, some of this properties are required and must be completed
  3. A porperty file is generated when clicking on OK in the project configuration sreen (enhancer.properties). This file can be used to load JDO properties in your project main method