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

Line 10: Line 10:
 
.widetoc #toc {width:99%;}
 
.widetoc #toc {width:99%;}
 
</css>  
 
</css>  
<div class="widetoc">__TOC__</div> <div style="font-size: 0.8em;">
+
<!-- <div class="widetoc">__TOC__</div> <div style="font-size: 0.8em;"> -->
  
 
<div style="float: left; width: 49%;">
 
<div style="float: left; width: 49%;">

Revision as of 16:31, 3 June 2011


Contents

Overview

About EclipseLink

JAXB Overview Accept.png

Runtime

Specifying the EclipseLink Runtime Accept.png

Bootstrapping

From a Single Project Accept.png

From Multiple Projects Accept.png

Generating Schema Accept.png

Converting XML to Objects (Unmarshalling)

Sources (DOM, SAX, StAX, Streams) Elug Delete.png

Handling Unmapped Content Elug Delete.png

Convert Objects to XML (Marshalling)

Targets (DOM, SAX, StAX, Streams) Elug Delete.png

Properties (Formatting & Encoding) Elug Delete.png

Validating Against an XML Schema Accept.png

Events Accept.png

Querying Objects by XPath Accept.png

Binding to an Existing Document Accept.png

Type Level

Mapping to a Type or Element Accept.png

Default Root Element Accept.png

Setting Up Namespace Information Accept.png

Creating Objects (Constructors & Factories) Elug Delete.png

Handling Inheritance Accept.png

Mapping Simple Values and Collections

Mapping Simple Values Accept.png

Mapping Collections of Simple Values Accept.png

Enums Accept.png

Special Schema Types

Date and Time Types Accept.png

Binary Types Elug Delete.png

Leveraging xsi:type Elug Delete.png

Unions Accept.png

 

Mapping Relationships

Mapping Privately Owned Relationships

Mapping One-to-One Relationships Accept.png

Mapping One-to-Many Relationships Accept.png

Shared Reference Mappings

Mapping Single Key Relationships Accept.png

Mapping Composite Key Relationships Accept.png

Bidirectional Relationships Accept.png

Advanced XML Schema Concepts

Handling Null Values Elug Delete.png

Choice Mappings

XMLChoiceObjectMapping Elug Delete.png

XMLChoiceCollectionMapping Elug Delete.png

Wildcard Content

Any Attribute Mapping Elug Delete.png

Any Element Mapping Elug Delete.png

Mapping the Unmappable

Converters Elug about icon.png

XML Transformations Accept.png

XMLFragmentMapping Elug Delete.png

XMLFragmentCollectionMapping Elug Delete.png

Customizing Schemas Elug Delete.png

Generating Java Classes from an XML Schema

JAXB Compiler Accept.png

Dynamic JAXB

Static vs. Dynamic MOXy Accept.png

Specifying the EclipseLink Runtime Accept.png

From an XML Schema Accept.png

From a Single Project

From OXM using DynamicEntities Accept.png

From sessions.xml using DynamicEntities Accept.png

From Multiple Projects

From OXM using DynamicEntities Elug about icon.png

From sessions.xml using DynamicEntities Elug about icon.png

Mapping JPA Entities to XML

Properties Elug about icon.png

Bidirectional Relationships Elug about icon.png

Keys and Foreign Keys Elug about icon.png

Embedded Key Class Elug about icon.png

Web Services

JAX-WS Implementation Elug about icon.png

</div>
 

Status

Elug about icon.png - Pending Review

Accept.png - Approved

Elug Delete.png - Content pending


'Table of Contents '

The following is the proposed TOC which is currently under development. Where applicable, show where existing ELUG wiki pages can be mined for initial content.

  1. Overview
    Generic EclipseLink info (i.e., non-MOXy) will be used to create a separate "Welcome to EclispeLink" guide.
    1. About EclipseLinkAccept.png 
    2. JAXB Overview Accept.png
    3. Metadata
    4. Annotations
    5. Static vs. Dynamic MOXy Accept.png
  2. Runtime
    Elug about icon.png Review
    1. Specifying the EclipseLink Runtime Accept.png
    2. Bootstrapping - B
      1. From a Single Project
        Elug about icon.png Review
      2. From Multiple Projects
        Elug about icon.png Review
      3. Generating Schema
        Elug about icon.png Review
    3. Dynamic JAXB Bootstrapping
      Elug about icon.png Review
      1. Specifying the EclipseLink Runtime Accept.png
      2. From an XML Schema
        Elug about icon.png Review
      3. From a Single Project
        1. From OXM using DynamicEntities
        2. From sessions.xml using DynamicEntities
          Elug about icon.pngReview
      4. From Multiple Projects
        1. From OXM using DynamicEntities
        2. From sessions.xml using DynamicEntities
          Elug about icon.png Review
    4. Querying Objects by XPath
      Elug about icon.png Review
    5. Converting XML to Objects (Unmarshalling)

      1. Sources (DOM, SAX, StAX, Sk Runtime/Using DynamicEntities|Specifying the EclipseLink Runtime</strike> Accept.png
      2. From an XML Schema
        Elug about icon.png Review
      3. From a Single Project
        1. From OXM using DynamicEntities
        2. From sessions.xml using DynamicEntities
          Elug about icon.pngReview
      4. From Multiple Projects
        1. From OXM using DynamicEntities
        2. From sessions.xml using DynamicEntities
          Elug about icon.png Review
    6. Querying Objects by XPath
      Elug about icon.png Review
    7. Converting XML to Objects (Unmarshalling)

      1. Sources (DOM, SAX, StAX, Streams)
      2. Validating Against an XML Schema
        Elug about icon.png Review
      3. Events
      4. Handling Unmapped Content
    8. Convert Objects to XML (Marshalling)
      need info
      1. Targets (DOM, SAX, StAX, Streams)
      2. Properties (Formatting & Encoding)
      3. Events
        Elug about icon.png Review
    9. Binding to an Existing Document Accept.png

  3. Type Level - A
    1. Mapping to a Type or Element - A
      1. Default Root Element Accept.png
    2. Setting Up Namespace Information Accept.png
    3. Creating Objects (Constructors & Factories)
    4. Handling Inheritance
      Elug about icon.png Review
  4. Simple Values - A
    1. Single Values - A
      1. Mapping Simple Values Accept.png
    2. Colections -A
      1. Mappng Collections of Simple Values Accept.png
    3. Enums Accept.png
    4. Special Schema Types
      1. Date and Time Types
        Elug about icon.png Review
      2. Binary Types
      3. Leveraging xsi:type
      4. Unions
        Elug about icon.png Review
  5. Relationships -A 
    1. Privately Owned - A
      1. Mapping One-to-One Relationships - A  Accept.png
      2. Mapping One-to-Many Relationships- A  Accept.png

    2. Shared Reference - A
      1. Keys and Foreign Keys - A
        1. Mapping Single Key Relationships- A Accept.png
        2. Mapping Composite Key Relationships- A Accept.png
        3. Embedded Key Class -A
          in progress
    3. Collections and Maps
      Elug about icon.png Review
    4. Bidirectional Relationships (includes XMLInverseMapping)
      Elug about icon.png Review
  6. Advanced XML Schema Concepts - B
    1. Handling Null Values  Accept.png

    2. Substitution Groups and Choices
      Elug about icon.png Review
      1. http://bdoughan.blogspot.com/2010/11/jaxb-and-inheritance-using-substitution.html
      2. XMLChoiceObjectMapping
      3. XMLChoiceCollectionMapping
    3. Wildcard Content
      Need info
      1. http://bdoughan.blogspot.com/2010/08/using-xmlanyelement-to-build-generic.html
      2. XMLAnyAttributeMapping
      3. XMLAnyObjectMapping
      4. XMLAnyCollectionMapping
  7. Mapping the Unmappable
    1. http://bdoughan.blogspot.com/2010/07/xmladapter-jaxbs-secret-weapon.html
    2. http://bdoughan.blogspot.com/2010/12/jaxb-and-immutable-objects.html
    3. http://bdoughan.blogspot.com/2010/08/xmltransformation-going-beyond.html
    4. Converters
    5. Transformation Mapping
      Elug about icon.png Review
    6. XMLFragmentMapping
    7. XMLFragmentCollectionMapping
  8. Customizing Schemas
    Need info
  9. Generating Java Classes from an XML Schema  Accept.png

  10. Mapping JPA Entities to XML
    http://wiki.eclipse.org/EclipseLink/Examples/MOXy/JPA
    1. Properties
    2. Bidirectional Relationships
      Elug about icon.pngReview
    3. Keys and Foreign Keys
      Elug about icon.png Review
  11. Web Services
    Elug about icon.pngReview

Back to the top