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"

(EclipseLink JAXB Examples)
m (EclipseLink JAXB Examples)
Line 5: Line 5:
 
== EclipseLink JAXB Examples ==
 
== EclipseLink JAXB Examples ==
 
* [[EclipseLink/Examples/MOXy/JaxbClassGen | Generating Java Source from an XML Schema]]
 
* [[EclipseLink/Examples/MOXy/JaxbClassGen | Generating Java Source from an XML Schema]]
* [[EclipseLink/Examples/MOXy/JaxbProperties | Using the EclipseLink JAXB Runtime]]
+
* [[EclipseLink/Examples/MOXy/JaxbProperties | Specifying the EclipseLink JAXB Runtime]]
 
* [[EclipseLink/Examples/MOXy/JaxbSchemaGen | Generating an XML Schema from Java Classes]]
 
* [[EclipseLink/Examples/MOXy/JaxbSchemaGen | Generating an XML Schema from Java Classes]]
 
* [[EclipseLink/Examples/MOXy/JaxbContext | Creating the JAXB Context]]
 
* [[EclipseLink/Examples/MOXy/JaxbContext | Creating the JAXB Context]]

Revision as of 15:38, 22 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

Using Native OXM through JAXB Examples

  • Creating a native OXM aware JAXBContext

Native Object-XML Examples

  • Basic Usage

Back to the top