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 Spring Examples)
(Static and Dynamic MOXy JAXB with Spring)
Line 1: Line 1:
== Static and Dynamic MOXy JAXB with Spring ==
+
== Static and Dynamic MOXy JAXB in Spring ==
 
* [[EclipseLink/Examples/MOXy/Spring/JAXBAnnotations | Static MOXy JAXB bootstrapped from annotated classes]]
 
* [[EclipseLink/Examples/MOXy/Spring/JAXBAnnotations | Static MOXy JAXB bootstrapped from annotated classes]]
*: An example of how to use static MOXy JAXB bootstrapped from annotated classes with Spring
+
*: An example of how to use static MOXy JAXB bootstrapped from annotated classes in Spring
 
* [[EclipseLink/Examples/MOXy/Spring/JAXBMetadata | Static MOXy JAXB bootstrapped from XML metadata]]
 
* [[EclipseLink/Examples/MOXy/Spring/JAXBMetadata | Static MOXy JAXB bootstrapped from XML metadata]]
*: An example of how to use static MOXy JAXB bootstrapped from XML metadata with Spring
+
*: An example of how to use static MOXy JAXB bootstrapped from XML metadata in Spring
 
* [[EclipseLink/Examples/MOXy/Spring/JAXBDynamicXSD | Dynamic MOXy JAXB bootstrapped from an XML schema]]
 
* [[EclipseLink/Examples/MOXy/Spring/JAXBDynamicXSD | Dynamic MOXy JAXB bootstrapped from an XML schema]]
*: An example of how to use dynamic MOXy JAXB bootstrapped from an XML schema with Spring
+
*: An example of how to use dynamic MOXy JAXB bootstrapped from an XML schema in Spring
 
* [[EclipseLink/Examples/MOXy/Spring/JAXBDynamicOXM | Dynamic MOXy JAXB bootstrapped from XML metadata]]
 
* [[EclipseLink/Examples/MOXy/Spring/JAXBDynamicOXM | Dynamic MOXy JAXB bootstrapped from XML metadata]]
*: An example of how to use dynamic MOXy JAXB bootstrapped from XML metadata with Spring
+
*: An example of how to use dynamic MOXy JAXB bootstrapped from XML metadata in Spring

Revision as of 14:12, 26 November 2010

Static and Dynamic MOXy JAXB in Spring

Back to the top