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
Line 4: Line 4:
 
|eclipselinktype=MOXy
 
|eclipselinktype=MOXy
 
}}
 
}}
==Dynamic JAXB Bootstrapping==
+
== Dynamic JAXB Bootstrapping ==
  
*[[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping Dynamic/Specifying the EclipseLink Runtime|Specifying the EclipseLink Runtime]]
+
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. <br>
*[[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/From_Schema|From an XML Schema]]
+
*From a Single Project
+
*From Multiple Projects
+
  
 +
*[[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]]
 +
*From a Single Project
 +
*From Multiple Projects
  
{{EclipseLink_MOXy
+
<br> {{EclipseLink_MOXy
 
|next=[[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping Dynamic/Specifying the EclipseLink Runtime|Specifying the EclipseLink Runtime]]
 
|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]]
 
|previous= [[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Generating_Schema|Generating Schema]]
 
|up= [[EclipseLink/UserGuide/MOXy/Runtime|Runtime]]
 
|up= [[EclipseLink/UserGuide/MOXy/Runtime|Runtime]]
 
|version=2.2.0 - DRAFT}}
 
|version=2.2.0 - DRAFT}}

Revision as of 10:15, 24 March 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...

Copyright © Eclipse Foundation, Inc. All Rights Reserved.