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"

(Using EclipseLink MOXy JAXB)
m (added xref to user guide)
(One intermediate revision by one other user not shown)
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 5: Line 8:
 
* [[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]]
* [[EclipseLink/Examples/MOXy/Spring/JAXBAnnotations | EclipseLink MOXy JAXB in Spring]]
 

Revision as of 10:07, 4 January 2011

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.:

Copyright © Eclipse Foundation, Inc. All Rights Reserved.