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

m
m
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{EclipseLink_UserGuide
+
'''[[Image:Elug_draft_icon.png|Warning]] See [http://www.eclipse.org/eclipselink/documentation/2.4/moxy Developing JAXB Applications Using EclipseLink MOXy, EclipseLink 2.4]
|info=y
+
'''
|toc=n
+
|eclipselink=y
+
|eclipselinktype=MOXy
+
}}
+
  
= EclipseLink MOXy Overview =
+
http://www.eclipse.org/eclipselink/documentation/2.4/moxy/overview001.htm
 
+
The EclipseLink MOXy component enables developers to efficiently bind Java classes to XML schemas. MOXy implements JAXB, allowing developers to provide their mapping information through annotations''as well as providing support for storing the mappings in XML format''.
+
 
+
JAXB (Java Architecture for XML Binding -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 includes many advanced mappings that allow developers to handle the complex XML structures without having to mirror the schema in their Java class model.
+
 
+
'''''Sample JAXB Architecture'''''
+
 
+
[[Image:Jaxb overview.png]]
+
 
+
 
+
 
+
 
+
 
+
{{EclipseLink_MOXy
+
|next=    [[EclipseLink/UserGuide/MOXy/Overview/Metadata|Metadata]]
+
|previous= [[EclipseLink/UserGuide/MOXy/Overview|Overview]]
+
|up=      [[EclipseLink/UserGuide/MOXy/Overview|Overview]]
+
|version=2.2.0 DRAFT}}
+

Latest revision as of 16:25, 6 November 2012

Warning See Developing JAXB Applications Using EclipseLink MOXy, EclipseLink 2.4

http://www.eclipse.org/eclipselink/documentation/2.4/moxy/overview001.htm

Back to the top