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 (Dynamic JAXB Bootstrapping)
m (Dynamic JAXB Bootstrapping)
Line 10: Line 10:
 
*[[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping Dynamic/Specifying the EclipseLink Runtime|Specifying the EclipseLink Runtime]]  
 
*[[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/From Schema|From an XML Schema]]  
*[[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Single_Project_DynamicFrom a Single Project ]]
+
*[[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Single_Project_Dynamic|From a Single Project ]]
 
*[[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Multiple_Project_Dynamic|From Multiple Projects]]
 
*[[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Multiple_Project_Dynamic|From Multiple Projects]]
  

Revision as of 11:19, 5 April 2011

EclipseLink MOXy

Eclipselink-logo.gif
EclipseLink
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Dynamic JAXB Bootstrapping

With EclipseLink Dynamic MOXy, you can bootstrap a JAXBContext from differnt of 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.


Eclipselink-logo.gif
Version: 2.2.0 - DRAFT
Other versions...

Back to the top