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/Examples/JPA/Derby

< EclipseLink‎ | Examples‎ | JPA
Revision as of 12:14, 13 November 2009 by Michael.obrien.oracle.com (Talk | contribs) (=Retrofiting an existing Java SE appliction to use Derby)

Running EclipseLink on the Derby Database

  • Running EclipseLink on derby has several advantages including ease of installation and small footprint for rapid development - and the fact that it is also open source like EclipseLink.

Retrofiting an existing Java SE appliction to use Derby

Add persistence.xml

Add derby jars

References

  • Originated 20091113

Back to the top