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/Features/MOXy"

m (Programmer's Interface)
Line 28: Line 28:
  
 
=== Features Not Yet Supported ===
 
=== Features Not Yet Supported ===
* Some annotations: ...
+
* Some annotations:
 +
** XmlElementDecl
 +
** XmlElementRef
 +
** XmlElementRefs
 +
** XmlElements
 +
** XmlMixed
 
* StAX Parser support
 
* StAX Parser support

Revision as of 13:25, 31 October 2007

JAXB 2.0

Currently EclipseLink supports Java Architecture for XML Binding (JAXB) targeting the 2.0 specification

Mapping Metadata

  • Majority of annotations
  • Generation of mapped domain model from XSD (Using JAXB RI's XJC)

Programmer's Interface

Extended Functionality

  • Externalize object-XML mapping using EclipseLink's Native XML configuration file
    • Path
    • Position
    • Inheritance
    • Transformations
    • Map support
    • Converter support for customer/extended types
  • Note: Support for all features of ClassDescriptor (TODO: Add link)
  • Pluggable parser support
  • Visual Mapping Workbench utility


Features Not Yet Supported

  • Some annotations:
    • XmlElementDecl
    • XmlElementRef
    • XmlElementRefs
    • XmlElements
    • XmlMixed
  • StAX Parser support

Back to the top