Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/Development/339373"

(Design Specification: Multiple Bindings File Support)
Line 2: Line 2:
  
 
[http://bugs.eclipse.org/339373 ER 339373]
 
[http://bugs.eclipse.org/339373 ER 339373]
 +
 
Currently MOXy provides the ability to augment the annotation metadata with an
 
Currently MOXy provides the ability to augment the annotation metadata with an
 
XML bindings file.  This enhancement request is for the ability to apply
 
XML bindings file.  This enhancement request is for the ability to apply
Line 14: Line 15:
 
With the metadata layered in this way a JAXBContext could be created to
 
With the metadata layered in this way a JAXBContext could be created to
 
represent any version of the XML document.
 
represent any version of the XML document.
 
  
 
= Requirements =
 
= Requirements =

Revision as of 11:06, 1 April 2011

Design Specification: Multiple Bindings File Support

ER 339373

Currently MOXy provides the ability to augment the annotation metadata with an XML bindings file. This enhancement request is for the ability to apply multiple binding files to a model.

Sample use case: 1. Initial metadata is specified with annotations. 2. Second version modifies the metadata with an XML bindings file. 3. Subsequent versions continue to modify the metadata with new bindings files.

With the metadata layered in this way a JAXBContext could be created to represent any version of the XML document.

Requirements

Back to the top