Difference between revisions of "EclipseLink/Examples/MOXy/GettingStarted"
< EclipseLink | Examples | MOXy
(New page: ==Overview== This set of examples is intended to introduce you to EclipseLink MOXy (JAXB): * '''The Basics''' - See how JAXB's def...) |
|||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{EclipseLink_DocWiki | ||
+ | |link=EclipseLink/UserGuide/MOXy/Overview}} | ||
+ | |||
==Overview== | ==Overview== | ||
This set of examples is intended to introduce you to EclipseLink MOXy (JAXB): | This set of examples is intended to introduce you to EclipseLink MOXy (JAXB): | ||
− | * '''[[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 [[EclipseLink/Examples/MOXy/GettingStarted/TheBasics#Domain_Model|object graph]] to [[EclipseLink/Examples/MOXy/GettingStarted/TheBasics#XML_Output|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 [[EclipseLink/Examples/MOXy/GettingStarted/JAXBCustomizations#XML_Output|XML representation]] can be customized using JAXB annotations. |
− | * '''[[EclipseLink/Examples/MOXy/GettingStarted/MOXyExtensions| | + | * '''[[EclipseLink/Examples/MOXy/GettingStarted/MOXyExtensions|MOXy Extensions]]''' - See how the [[EclipseLink/Examples/MOXy/GettingStarted/MOXyExtensions#XML_Output|XML representation]] can be further customized using MOXy extensions. |
+ | * '''[[EclipseLink/Examples/MOXy/GettingStarted/ExternalizedMetadata|Externalized Metadata]]''' - See how the mapping metadata can be [[EclipseLink/Examples/MOXy/EclipseLink-OXM.XML|represented using XML]] instead of Java annotations. | ||
+ | |||
+ | [[Category:EclipseLink/Examples/MOXy]] |
Latest revision as of 12:31, 25 January 2011
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.
- Externalized Metadata - See how the mapping metadata can be represented using XML instead of Java annotations.