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/UserGuide/MOXy/Overview/JAXB"

m (JAXB Overview)
m (moved to jaxb overview)
 
Line 1: Line 1:
{{EclipseLink_UserGuide
+
#REDIRECT [[EclipseLink/UserGuide/MOXy/Overview/MOXy]]
|info=y
+
|toc=n
+
|eclipselink=y
+
|eclipselinktype=MOXy
+
}}
+
 
+
=JAXB Overview=
+
Java Architecture for XML Binding ([http://jcp.org/en/jsr/summary?id=222 JSR 222]) is the standard for XML Binding in Java. JAXB covers 100% of XML Schema concepts and EclipseLink provides JAXB implementation with many extensions.
+
 
+
When using EclipseLink MOXy as the JAXB provider no metadata is required to convert your existing object model to XML. You can supply metadata (using annotations or XML) only when fine-tuning the XML representation
+
 
+
{{EclipseLink_MOXy
+
|next=    [[EclipseLink/UserGuide/MOXy/Overview/Metadata|Metadata]]
+
|previous= [[EclipseLink/UserGuide/MOXy/Overview/MOXy|MOXy Overview]]
+
|up=      [[EclipseLink/UserGuide/MOXy/Overview|Overview]]
+
|version=2.2.0 DRAFT}}
+

Latest revision as of 14:55, 5 January 2011

Back to the top