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

Difference between revisions of "EclipseLink/Examples/MOXy"

(Native Object-XML Examples)
(EclipseLink JAXB Examples)
Line 4: Line 4:
  
 
== EclipseLink JAXB Examples ==
 
== EclipseLink JAXB Examples ==
 +
* [[EclipseLink/Examples/MOXy/JaxbClassGen | MOXy]]
 
* Generating Java Source from and XML Schema
 
* Generating Java Source from and XML Schema
 
* Generating an XML Schema from Java Classes
 
* Generating an XML Schema from Java Classes

Revision as of 15:39, 16 October 2007

The following examples are provided to assist developers with their adoption and usage of EclipseLink's JAXB and native OXM functionality.

Note: Any examples listed without links are place-holders. If there is an example you would like to see please add it to the list.

EclipseLink JAXB Examples

  • MOXy
  • Generating Java Source from and XML Schema
  • Generating an XML Schema from Java Classes
  • Creating the JAXB Context

Using Native OXM through JAXB Examples

  • Creating a native OXM aware JAXBContext

Native Object-XML Examples

  • Basic Usage

Back to the top