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
Line 12: Line 12:
 
** [[EclipseLink/Examples/MOXy/JAXB#Running_the_JAXB_Compiler | Running the JAXB Compiler - Generating classes and mappings from XSD]]
 
** [[EclipseLink/Examples/MOXy/JAXB#Running_the_JAXB_Compiler | Running the JAXB Compiler - Generating classes and mappings from XSD]]
 
** [[EclipseLink/Examples/MOXy/JAXB#Creating_a_JAXBContext_using_jaxb.properties | Creating an EclipseLink MOXy JAXBContext]]
 
** [[EclipseLink/Examples/MOXy/JAXB#Creating_a_JAXBContext_using_jaxb.properties | Creating an EclipseLink MOXy JAXBContext]]
** [[EclipseLink/Examples/MOXy/JAXB#Unmarshalling_the_XML_Document | Un-marshalling and XML Document]]
+
** [[EclipseLink/Examples/MOXy/JAXB#Unmarshalling_the_XML_Document | Unmarshalling an XML Document]]
 
** [[EclipseLink/Examples/MOXy/JAXB#Marshalling_the_Objects_to_XML | Marshalling objects into XML]]
 
** [[EclipseLink/Examples/MOXy/JAXB#Marshalling_the_Objects_to_XML | Marshalling objects into XML]]
 
** [[EclipseLink/Examples/MOXy/JAXB#Using_JAXBContext_to_Generate_an_XML_Schema | Generating an XSD using a JAXBContext]]
 
** [[EclipseLink/Examples/MOXy/JAXB#Using_JAXBContext_to_Generate_an_XML_Schema | Generating an XSD using a JAXBContext]]

Revision as of 10:21, 4 February 2009

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

JAXB Examples

EclipseLink provides standards based JAXB implementation with many extensions. These references are for the JAXB 2.0 reference implementation which is included within EclipseLink for its XSD compiler capabilities (XJC).

EclipseLink JAXB Examples

Using Native OXM through JAXB Examples

Copyright © Eclipse Foundation, Inc. All Rights Reserved.