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 (EclipseLink MOXy Overview)
m
 
(8 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''.
+
 
+
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/JAXB|JAXB Overview]]
+
|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