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"

Line 7: Line 7:
 
== Dynamic JAXB<br> ==
 
== Dynamic JAXB<br> ==
  
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>  
+
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 Dynamic/Specifying the EclipseLink Runtime|Specifying the EclipseLink Runtime]]  

Revision as of 15:31, 18 November 2011

EclipseLink MOXy

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


Dynamic JAXB

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.


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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.