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/Examples/MOXy"

Line 7: Line 7:
  
 
* [http://java.sun.com/developer/technicalArticles/WebServices/jaxb/index.html Short JAXB Tutorial (jaxb.dev.java.net)]
 
* [http://java.sun.com/developer/technicalArticles/WebServices/jaxb/index.html Short JAXB Tutorial (jaxb.dev.java.net)]
 
  
 
== EclipseLink JAXB Examples ==
 
== EclipseLink JAXB Examples ==
* [[EclipseLink/Examples/MOXy/JaxbClassGen | Generating Java Source from an XML Schema]]
+
* [[EclipseLink/Examples/MOXy/JAXB | Using EclipseLink JAXB to Manipulate XML]]
* [[EclipseLink/Examples/MOXy/JaxbProperties | Specifying the EclipseLink JAXB Runtime]]
+
* [[EclipseLink/Examples/MOXy/JaxbRuntime | Using Objects to Manipulate XML]]
+
  
 
== Using Native OXM through JAXB Examples ==
 
== Using Native OXM through JAXB Examples ==

Revision as of 16:21, 19 September 2008

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

Native Object-XML Examples

  • Basic Usage - TBD

Back to the top