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

Line 1: Line 1:
 +
== What is EclipseLink MOXy?==
 +
 
MOXy is EclipseLink's Object to [http://en.wikipedia.org/wiki/Xml XML] Mapping services.  MOXy allows for a [http://en.wikipedia.org/wiki/Plain_Old_Java_Object POJO] object model to be mapped to an XML schema. The [http://en.wikipedia.org/wiki/JAXB Java Architecture for XML Binding] (JAXB) provides a Java standard for object XML mapping (OXM).  MOXy supports JAXB, as well as providing its' own POJO API and integration with [http://en.wikipedia.org/wiki/Web_services Web Services].
 
MOXy is EclipseLink's Object to [http://en.wikipedia.org/wiki/Xml XML] Mapping services.  MOXy allows for a [http://en.wikipedia.org/wiki/Plain_Old_Java_Object POJO] object model to be mapped to an XML schema. The [http://en.wikipedia.org/wiki/JAXB Java Architecture for XML Binding] (JAXB) provides a Java standard for object XML mapping (OXM).  MOXy supports JAXB, as well as providing its' own POJO API and integration with [http://en.wikipedia.org/wiki/Web_services Web Services].
 +
 +
== How does EclipseLink MOXy differ from the JAXB reference implementation? ==
  
 
[[Category:EclipseLink FAQ|MOXy]]
 
[[Category:EclipseLink FAQ|MOXy]]

Revision as of 20:34, 3 August 2009

What is EclipseLink MOXy?

MOXy is EclipseLink's Object to XML Mapping services. MOXy allows for a POJO object model to be mapped to an XML schema. The Java Architecture for XML Binding (JAXB) provides a Java standard for object XML mapping (OXM). MOXy supports JAXB, as well as providing its' own POJO API and integration with Web Services.

How does EclipseLink MOXy differ from the JAXB reference implementation?

Back to the top