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 (EclipseLink MOXy Overview)
Line 6: Line 6:
 
}}
 
}}
  
=EclipseLink MOXy Overview=
+
= 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''. 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.  
+
 
 +
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
 
{{EclipseLink_MOXy

Revision as of 11:10, 28 December 2010

EclipseLink MOXy

Eclipselink-logo.gif
EclipseLink
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source


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 annotationsas 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

Jaxb overview.png



Eclipselink-logo.gif
Version: 2.2.0 DRAFT
Other versions...

Copyright © Eclipse Foundation, Inc. All Rights Reserved.