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

m (Backlog of development items)
m (Backlog of development items)
Line 12: Line 12:
 
#* Support entries from deployment.xml that are currently not represented in external XML file
 
#* Support entries from deployment.xml that are currently not represented in external XML file
 
#* Transformation, Inverse mappings  
 
#* Transformation, Inverse mappings  
# [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920 | MOXy External Metadata]
+
# [http://wiki.eclipse.org/EclipseLink/DesignDocs/277920 MOXy External Metadata]
 
#* Bootstrapping from external OXM file
 
#* Bootstrapping from external OXM file
 +
# SDO3.0 feature work
 +
# OSGi testing strategy
 +
#* Ability to create pure JAXB bundle
 +
# Performance
 +
## Marshalling to UTF-8 encoding
 +
## StaX support
 +
## Reduce use of Lexical Handler
 +
## SDO: Improve ChangeSummary processing
 +
## SDO: Improve post processing of unmarshalling SDO Objects
 +
# Integration points/mash-ups
 +
## JAXB: JAX-RS integration
 +
## Investigate Spring support for MOXy component
 +
## Marshalling to/from JSON, YAML
 +
 +
# Bug backlog
 +
## Large document support

Revision as of 13:02, 11 June 2010

MOXy/JAXB Development home page

Roadmap

EclipseLink2.2

Future


Backlog of development items

  1. MOXy Dynamic Persistence
    • Provide alternative annotation support for MOXy advanced mappings
    • Support entries from deployment.xml that are currently not represented in external XML file
    • Transformation, Inverse mappings
  2. MOXy External Metadata
    • Bootstrapping from external OXM file
  3. SDO3.0 feature work
  4. OSGi testing strategy
    • Ability to create pure JAXB bundle
  5. Performance
    1. Marshalling to UTF-8 encoding
    2. StaX support
    3. Reduce use of Lexical Handler
    4. SDO: Improve ChangeSummary processing
    5. SDO: Improve post processing of unmarshalling SDO Objects
  6. Integration points/mash-ups
    1. JAXB: JAX-RS integration
    2. Investigate Spring support for MOXy component
    3. Marshalling to/from JSON, YAML
  1. Bug backlog
    1. Large document support

Back to the top