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

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