Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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

Under Construction

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

Required Software

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.

Let's start by creating a new folder for this example which we'll refer to as EXAMPLE_ROOT.

Download Apache Derby and unzip into EXAMPLE_ROOT/db-derby-<version>-lib which we'll refer to as DERBY_HOME.

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

Target Platform Definition

Back to the top