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/Development/339373"

(New page: = Design Specification: Multiple Bindings File Support = [http://bugs.eclipse.org/339373 ER 339373])
 
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
 +
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 =

Revision as of 11:05, 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