Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/Examples/MOXy/GettingStarted"

m (Overview)
Line 5: Line 5:
 
* '''[[EclipseLink/Examples/MOXy/GettingStarted/TheBasics|The Basics]]''' - See how JAXB's default rules can be used to convert a simple object graph to XML.
 
* '''[[EclipseLink/Examples/MOXy/GettingStarted/TheBasics|The Basics]]''' - See how JAXB's default rules can be used to convert a simple object graph to XML.
 
* '''[[EclipseLink/Examples/MOXy/GettingStarted/JAXBCustomizations|JAXB Customizations]]''' - Learn how the XML representation can be customized using JAXB annotations.
 
* '''[[EclipseLink/Examples/MOXy/GettingStarted/JAXBCustomizations|JAXB Customizations]]''' - Learn how the XML representation can be customized using JAXB annotations.
* '''[[EclipseLink/Examples/MOXy/GettingStarted/MOXyExtensions|MOXyExtensions]]''' - See how the XML representation can be further customized using MOXy extensions.
+
* '''[[EclipseLink/Examples/MOXy/GettingStarted/MOXyExtensions|MOXy Extensions]]''' - See how the XML representation can be further customized using MOXy extensions.

Revision as of 16:54, 8 January 2010

Overview

This set of examples is intended to introduce you to EclipseLink MOXy (JAXB):

  • The Basics - See how JAXB's default rules can be used to convert a simple object graph to XML.
  • JAXB Customizations - Learn how the XML representation can be customized using JAXB annotations.
  • MOXy Extensions - See how the XML representation can be further customized using MOXy extensions.

Back to the top