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/JAXB"

m (added xref to user guide)
m
 
Line 1: Line 1:
{{EclipseLink_DocWiki
 
|link=EclipseLink/UserGuide/MOXy/Overview/JAXB}}
 
 
 
==  Using EclipseLink MOXy JAXB ==
 
==  Using EclipseLink MOXy JAXB ==
 
Java Architecture for XML Binding (JSR 222) is the standard for XML Binding in Java.  JAXB covers 100% of XML Schema concepts.  Learn how to use MOXy as your JAXB provider.:
 
Java Architecture for XML Binding (JSR 222) is the standard for XML Binding in Java.  JAXB covers 100% of XML Schema concepts.  Learn how to use MOXy as your JAXB provider.:
Line 8: Line 5:
 
* [[EclipseLink/Examples/MOXy/JAXB/Runtime | Using JAXB to Manipulate XML]]
 
* [[EclipseLink/Examples/MOXy/JAXB/Runtime | Using JAXB to Manipulate XML]]
 
* [[EclipseLink/Examples/MOXy/JAXB/GenerateSchema | Generating an XML Schema from a Java Model]]
 
* [[EclipseLink/Examples/MOXy/JAXB/GenerateSchema | Generating an XML Schema from a Java Model]]
 +
 +
 +
----
 +
 +
See the ''[http://www.eclipse.org/eclipselink/documentation/ Developing JAXB Applications Using EclipseLink MOXy]'' for complete information.

Latest revision as of 18:59, 1 February 2013

Using EclipseLink MOXy JAXB

Java Architecture for XML Binding (JSR 222) is the standard for XML Binding in Java. JAXB covers 100% of XML Schema concepts. Learn how to use MOXy as your JAXB provider.:



See the Developing JAXB Applications Using EclipseLink MOXy for complete information.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.