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/2.4/overview"

m (New page: {{EclipseLink_TLJPA |Please do not edit this page. Your edits will be overwritten during the next update. Instead, please use Bugzilla to log documentation requests. |info=n |toc=n |catego...)
 
m (Replacing page with 'Warning [http://www.eclipse.org/eclipselink/documentation/2.4/moxy Developing JAXB Applications Using EclipseLink MOXy]')
 
Line 1: Line 1:
{{EclipseLink_TLJPA
+
[[Image:Elug_draft_icon.png|Warning]] [http://www.eclipse.org/eclipselink/documentation/2.4/moxy Developing JAXB Applications Using EclipseLink MOXy]
|Please do not edit this page. Your edits will be overwritten during the next update. Instead, please use Bugzilla to log documentation requests.
+
|info=n
+
|toc=n
+
|category=MOXy
+
|release=2.4.x
+
|title=TLJAX}}
+
<span class="metaname">    </span>
+
 
+
{| class="simple oac_no_warn" width="100%"
+
| align="left" valign="top" | <br />'''Release 12.1.2'''<br />
+
| width="185" align="right" valign="bottom" |
+
{| class="simple oac_no_warn" width="100%"
+
|
+
| align="center" valign="top" |
+
[[Image:Elug_Magnifier.png|Search]][http://www.google.com/cse/home?cx=016171230611334810008:y5kxq4rqd8s&hl=en Search]
+
| align="center" valign="top" |
+
&nbsp;&nbsp;&nbsp;[[Image:Elug_guide_icon.png|Contents]][[EclipseLink/UserGuide/MOXy/2.4/toc| Contents]]
+
|}
+
|}
+
 
+
----
+
 
+
{| width="165"
+
| align="center" |
+
[[EclipseLink/UserGuide/MOXy/2.4/preface| Previous ]]<span class="previouslink">[[Image:Elug_previous_icon.png|Previous]]</span>
+
| align="center" |
+
[[EclipseLink/UserGuide/MOXy/2.4/overview001| Next ]][[Image:Elug_next_icon.png|Next]]
+
|
+
|}
+
 
+
<span id="TLJAX109"></span><span id="sthref10"></span>
+
 
+
[[Image:Elug_draft_icon.png|Warning]]Beta Draft: 2012-06-19
+
 
+
=<span class="secnum">1</span> EclipseLink MOXy Overview=
+
 
+
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 a JAXB implementation with many extensions. See <code>http://jcp.org/en/jsr/detail?id=222</code> for complete information on the JAXB specification.
+
 
+
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 of the XML representation is required.
+
 
+
EclipseLink MOXy includes many advanced mappings that allow developers to handle complex XML structures without having to mirror the schema in their Java class model.
+
 
+
<span id="TLJAX110"></span><span id="sthref11"></span>
+
 
+
'''''Figure 1-1 Sample JAXB Architecture'''''
+
 
+
[[Image:Jaxb_overview.png]]<br />
+
 
+
<span id="footerspace"> </span>
+
 
+
----
+
 
+
{| class="simple oac_no_warn" width="100%"
+
|-
+
| valign="bottom" |
+
{| width="165"
+
|-
+
|
+
| align="center" |
+
[[EclipseLink/UserGuide/MOXy/2.4/preface| Previous ]]<span class="previouslink">[[Image:Elug_previous_icon.png|Previous]]</span>
+
| align="center" |
+
[[EclipseLink/UserGuide/MOXy/2.4/overview001| Next ]][[Image:Elug_next_icon.png|Next]]
+
|}
+
| width="34%" align="center" |
+
[[Image:Eclipselink-logo.gif|150px|EclispeLink]]<br />[[Image:Elug_home_icon.png|EclipseLink logo]] [http://www.eclipse.org/eclipselink/ EclipseLink Home] • [[Image:Elug_pdf.png|PDF]] PDF (coming soon)<br />
+
| align="right" valign="bottom" |
+
{| class="simple oac_no_warn" width="225"
+
|
+
| align="center" valign="top" |
+
[[Image:Elug_Magnifier.png|Search]][http://www.google.com/cse/home?cx=016171230611334810008:y5kxq4rqd8s&hl=en Search]
+
| align="center" valign="top" |
+
&nbsp;&nbsp;&nbsp;[[Image:Elug_guide_icon.png|Contents]][[EclipseLink/UserGuide/MOXy/2.4/toc| Contents]]
+
|}
+
|}
+

Latest revision as of 12:48, 20 July 2012

Warning Developing JAXB Applications Using EclipseLink MOXy

Back to the top