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

EclipseLink/EclipseLink OSGi in PDE

UNDER CONSTRUCTION

OSGi Development with EclipseLink JPA

To develop OSGi applications with EclipseLink JPA in Eclipse PDE you need three things:

  • Eclipse IDE with PDE
The Eclipse for RCP/Plug-in Developers, Eclipse Modeling Tools, Eclipse Classic, and Eclipse IDE for Java EE Developers distributions all contain PDE. Please use [Galileo RC1].
  • EclipseLink JPA Bundles
You can follow Installing EclipseLink JPA OSGi bundles or you can save yourself some time and just download the *Eclipse IDE for Java EE Developers* distribution which comes with EclipseLink pre-installed.
  • A JDBC driver packaged as a bundle
Orbit provides the Apache Derby Embedded driver.

Back to the top