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

Difference between revisions of "EclipseLink/UserGuide/MOXy/Runtime"

m
m
Line 1: Line 1:
 
{{EclipseLink_UserGuide
 
{{EclipseLink_UserGuide
 
|info=y
 
|info=y
 +
|eclipselink=y
 +
|eclipselinktype=MOXy
 
}}
 
}}
 
=Runtime=
 
=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/UserGuide/MOXy/Runtime/Specifying the EclipseLink Runtime|Specifying the EclipseLink Runtime]]
 
*[[EclipseLink/UserGuide/MOXy/Runtime/Specifying the EclipseLink Runtime|Specifying the EclipseLink Runtime]]
 
*[[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping|Bootstrapping]]
 
*[[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping|Bootstrapping]]
Line 19: Line 25:
 
|previous=
 
|previous=
 
|up=
 
|up=
|version=2.2.0}}
+
|version=2.2.0 DRAFT}}

Revision as of 08:47, 3 January 2011

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