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/UserGuide/MOXy/Runtime/Bootstrapping Dynamic"

m
 
Line 1: Line 1:
{{EclipseLink_UserGuide
+
'''[[Image:Elug_draft_icon.png|Warning]] This page is obsolete. Please see ''[http://www.eclipse.org/eclipselink/documentation/2.4/ Developing JAXB Applications Using EclipseLink MOXy]'' for current information.'''
|info=y
+
|eclipselink=y
+
|eclipselinktype=MOXy
+
}}
+
 
+
== Dynamic JAXB<br> ==
+
 
+
With EclipseLink Dynamic MOXy, you can bootstrap a '''JAXBContext''' from different metadata sources and use standard JAXB APIs to marshall and unmarshall data -- all ''without ''having actual compiled Java class files on the classpath. This allows you to change your metadata without having to update and recompile the Java source code. <br>
+
 
+
*[[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping Dynamic/Specifying the EclipseLink Runtime|Specifying the EclipseLink Runtime]]  
+
*[[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/From Schema|From an XML Schema]]
+
*[[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Single Project Dynamic|From a Single Project ]]
+
*[[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Multiple Project Dynamic|From Multiple Projects]]
+
 
+
<br> {{EclipseLink_MOXy
+
|next=[[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping Dynamic/Specifying the EclipseLink Runtime|Specifying the EclipseLink Runtime]]
+
|previous= [[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Generating_Schema|Generating Schema]]
+
|up= [[EclipseLink/UserGuide/MOXy/Runtime|Runtime]]
+
|version=2.2.0 - DRAFT}}
+

Latest revision as of 13:10, 30 January 2013

Warning This page is obsolete. Please see Developing JAXB Applications Using EclipseLink MOXy for current information.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.