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"

(New page: == EclipseLink MOXy Static JAXB Examples with Spring == * Annotations *: An example of how to use MOXy Static JAXB bootstrapped from ...)
 
Line 1: Line 1:
== EclipseLink MOXy Static JAXB Examples with Spring ==
+
== Static and Dynamic MOXy JAXB Spring Examples ==
* [[EclipseLink/Examples/MOXy/Spring/JAXBAnnotations | Annotations]]
+
* [[EclipseLink/Examples/MOXy/Spring/JAXBAnnotations | Static MOXy JAXB bootstrapped from annotated classes]]
*: An example of how to use MOXy Static JAXB bootstrapped from annotated classes with Spring
+
*: An example of how to use static MOXy JAXB bootstrapped from annotated classes with Spring
* [[EclipseLink/Examples/MOXy/Spring/JAXBMetadata | XML Metadata]]
+
* [[EclipseLink/Examples/MOXy/Spring/JAXBMetadata | Static MOXy JAXB bootstrapped from XML metadata]]
*: An example of how to use MOXy Static JAXB bootstrapped from XML metadata with Spring
+
*: An example of how to use static MOXy JAXB bootstrapped from XML metadata with Spring
== EclipseLink MOXy Dynamic JAXB Examples with Spring ==
+
* [[EclipseLink/Examples/MOXy/Spring/JAXBDynamicXSD | Dynamic MOXy JAXB bootstrapped from an XML schema]]
* [[EclipseLink/Examples/MOXy/Spring/JAXBDynamicXSD | XML Schema]]
+
*: An example of how to use dynamic MOXy JAXB bootstrapped from an XML schema with Spring
*: An example of how to use MOXy Dynamic JAXB bootstrapped from an XML schema with Spring
+
* [[EclipseLink/Examples/MOXy/Spring/JAXBDynamicOXM | Dynamic MOXy JAXB bootstrapped from XML metadata]]
* [[EclipseLink/Examples/MOXy/Spring/JAXBDynamicOXM | XML Metadata]]
+
*: An example of how to use dynamic MOXy JAXB bootstrapped from XML metadata with Spring
*: An example of how to use MOXy Dynamic JAXB bootstrapped from XML metadata with Spring
+

Revision as of 14:07, 26 November 2010

Static and Dynamic MOXy JAXB Spring Examples

Copyright © Eclipse Foundation, Inc. All Rights Reserved.