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

EclipseLink/UserGuide/MOXy/Runtime

< EclipseLink‎ | UserGuide‎ | MOXy
Revision as of 08:47, 3 January 2011 by Unnamed Poltroon (Talk)

EclipseLink MOXy

Eclipselink-logo.gif
EclipseLink
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Runtime

The JAXB specification defines a standard runtine.

EclipseLink MOXy is one implementation of the standard runtime defined by the JAXB specification. To specify EclipseLik MOXy as your JAXB provider:

  • Add the JAXB APIs (included in Java SE 6) and eclipselink.jar on your classpath.
  • Use a jaxb.properties file (in the same package as your domain classes.

For more information, see:


Eclipselink-logo.gif
Version: 2.2.0 DRAFT
Other versions...

Back to the top