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/Spring"

 
Line 7: Line 7:
 
** [[EclipseLink/Examples/MOXy/Spring/JAXBDynamicXSD | Bootstrapped from an XML schema]]
 
** [[EclipseLink/Examples/MOXy/Spring/JAXBDynamicXSD | Bootstrapped from an XML schema]]
 
** [[EclipseLink/Examples/MOXy/Spring/JAXBDynamicOXM | Bootstrapped from XML metadata]]
 
** [[EclipseLink/Examples/MOXy/Spring/JAXBDynamicOXM | Bootstrapped from XML metadata]]
 
[[Category:EclipseLink:Examples:MOXy:Spring]]
 

Latest revision as of 14:20, 26 November 2010

Static and Dynamic MOXy JAXB in Spring

Following are examples of how to configure Spring to use EclipseLink static and dynamic MOXy JAXB:

Back to the top