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"

(New page: == EclipseLink MOXy Static JAXB Examples with Spring == * Annotations *: An example of how to use MOXy Static JAXB bootstrapped from ...)
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
== EclipseLink MOXy Static JAXB Examples with Spring ==
+
== Static and Dynamic MOXy JAXB in Spring ==
* [[EclipseLink/Examples/MOXy/Spring/JAXBAnnotations | Annotations]]
+
Following are examples of how to configure Spring to use EclipseLink static and dynamic MOXy JAXB:
*: An example of how to use MOXy Static JAXB bootstrapped from annotated classes with Spring
+
* Static Examples
* [[EclipseLink/Examples/MOXy/Spring/JAXBMetadata | XML Metadata]]
+
** [[EclipseLink/Examples/MOXy/Spring/JAXBAnnotations | Bootstrapped from annotated classes]]
*: An example of how to use MOXy Static JAXB bootstrapped from XML metadata with Spring
+
** [[EclipseLink/Examples/MOXy/Spring/JAXBMetadata | Bootstrapped from XML metadata]]
== EclipseLink MOXy Dynamic JAXB Examples with Spring ==
+
* Dynamic Examples
* [[EclipseLink/Examples/MOXy/Spring/JAXBDynamicXSD | XML Schema]]
+
** [[EclipseLink/Examples/MOXy/Spring/JAXBDynamicXSD | Bootstrapped from an XML schema]]
*: An example of how to use MOXy Dynamic JAXB bootstrapped from an XML schema with Spring
+
** [[EclipseLink/Examples/MOXy/Spring/JAXBDynamicOXM | Bootstrapped from XML metadata]]
* [[EclipseLink/Examples/MOXy/Spring/JAXBDynamicOXM | XML Metadata]]
+
*: An example of how to use MOXy Dynamic JAXB bootstrapped from XML metadata with 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