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

EclipseLink/UserGuide/MOXy/Overview/JAXB

< EclipseLink‎ | UserGuide‎ | MOXy‎ | Overview
Revision as of 10:37, 28 December 2010 by Rick.sapir.oracle.com (Talk | contribs) (JAXB Overview)

EclipseLink MOXy

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


JAXB Overview

Java Architecture for XML Binding (JSR 222) is the standard for XML Binding in Java. JAXB covers 100% of XML Schema concepts and EclipseLink provides JAXB implementation with many extensions.

When using EclipseLink MOXy as the JAXB provider no metadata is required to convert your existing object model to XML. You can supply metadata (using annotations or XML) only when fine-tuning the XML representation

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

Back to the top