Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Gemini/JPA/Examples/DevelopingInEclipse

< Gemini‎ | JPA‎ | Examples
Revision as of 14:20, 29 October 2010 by Unnamed Poltroon (Talk) (Getting Started)

Under Construction

Developing a Gemini JPA Application in Eclipse with PDE and Dali Java Persistence Tools

Getting Started

You'll need the Helios SR1 release of the Eclipse IDE for Java EE Developers which includes both PDE and the Dali Java Persistence Tools. Note that the Helios SR1 release contains enhanced support for JPA development in OSGi so an earlier release will not suffice.

The "correct" way to provision a platform target would be to use P2 however most of the Gemini sub-projects are in incubation and do not yet offer a P2 repository--so we'll setup our target platform manually.

Download the following and place all bundles directly into EXAMPLE_ROOT/target:

Back to the top