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/Examples/MOXy/GettingStarted"

(New page: ==Overview== This set of examples is intended to introduce you to EclipseLink MOXy (JAXB): * '''The Basics''' - See how JAXB's def...)
 
(No difference)

Revision as of 16:27, 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.
  • MOXyExtensions - See how the XML representation can be further customized using MOXy extensions.

Back to the top