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

m (Table of Contents)
m (Table of Contents)
Line 29: Line 29:
 
####[[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Multiple Project/From sessions.xml using DynamicEntities|From sessions.xml using DynamicEntities]]<br>[[Image:Elug about icon.png]] Review  
 
####[[EclipseLink/UserGuide/MOXy/Runtime/Bootstrapping/Multiple Project/From sessions.xml using DynamicEntities|From sessions.xml using DynamicEntities]]<br>[[Image:Elug about icon.png]] Review  
 
##[[EclipseLink/UserGuide/MOXy/Runtime/Querying Objects by XPath|Querying Objects by XPath]] <br> ''[[Image:Elug about icon.png]] ''Review  
 
##[[EclipseLink/UserGuide/MOXy/Runtime/Querying Objects by XPath|Querying Objects by XPath]] <br> ''[[Image:Elug about icon.png]] ''Review  
##[[EclipseLink/UserGuide/MOXy/Runtime/Converting XML to Objects|Converting XML to Objects (Unmarshalling)]] <br> ''in progress''  
+
##Converting XML to Objects (Unmarshalling) <br> ''<br>''  
 
###[[EclipseLink/UserGuide/MOXy/Runtime/Converting XML to Objects/Sources|Sources (DOM, SAX, StAX, Streams)]]  
 
###[[EclipseLink/UserGuide/MOXy/Runtime/Converting XML to Objects/Sources|Sources (DOM, SAX, StAX, Streams)]]  
###[[EclipseLink/UserGuide/MOXy/Runtime/Converting XML to Objects/Validating Against an XML Schema|Validating Against an XML Schema]]  
+
###[[EclipseLink/UserGuide/MOXy/Runtime/Converting XML to Objects/Validating Against an XML Schema|Validating Against an XML Schema]]<br>[[Image:Elug_about_icon.png]]&nbsp;Review
 
###[[EclipseLink/UserGuide/MOXy/Runtime/Converting XML to Objects/Events|Events]]  
 
###[[EclipseLink/UserGuide/MOXy/Runtime/Converting XML to Objects/Events|Events]]  
 
###[[EclipseLink/UserGuide/MOXy/Runtime/Converting XML to Objects/Handling Unmapped Content|Handling Unmapped Content]]  
 
###[[EclipseLink/UserGuide/MOXy/Runtime/Converting XML to Objects/Handling Unmapped Content|Handling Unmapped Content]]  
Line 37: Line 37:
 
###[[EclipseLink/UserGuide/MOXy/Runtime/Convert Objects to XML/Targets|Targets (DOM, SAX, StAX, Streams)]]  
 
###[[EclipseLink/UserGuide/MOXy/Runtime/Convert Objects to XML/Targets|Targets (DOM, SAX, StAX, Streams)]]  
 
###[[EclipseLink/UserGuide/MOXy/Runtime/Convert Objects to XML/Properties|Properties (Formatting &amp; Encoding)]]  
 
###[[EclipseLink/UserGuide/MOXy/Runtime/Convert Objects to XML/Properties|Properties (Formatting &amp; Encoding)]]  
###[[EclipseLink/UserGuide/MOXy/Runtime/Convert Objects to XML/Events|Events]]  
+
###[[EclipseLink/UserGuide/MOXy/Runtime/Convert Objects to XML/Events|Events]]<br>[[Image:Elug_about_icon.png]]&nbsp;Review 
 
##[[EclipseLink/UserGuide/MOXy/Runtime/Binding to an Existing Document|<strike>Binding to an Existing Document</strike>]] [[Image:Accept.png]]<br><br>  
 
##[[EclipseLink/UserGuide/MOXy/Runtime/Binding to an Existing Document|<strike>Binding to an Existing Document</strike>]] [[Image:Accept.png]]<br><br>  
 
#[[EclipseLink/UserGuide/MOXy/Type Level|Type Level]] - A  
 
#[[EclipseLink/UserGuide/MOXy/Type Level|Type Level]] - A  
Line 65: Line 65:
 
####[[EclipseLink/UserGuide/MOXy/Relationships/Shared Reference/Keys and Foreign Keys/Composite Key|<strike>Mapping Composite Key Relationships</strike>]]<strike>- A</strike> [[Image:Accept.png]]<br>  
 
####[[EclipseLink/UserGuide/MOXy/Relationships/Shared Reference/Keys and Foreign Keys/Composite Key|<strike>Mapping Composite Key Relationships</strike>]]<strike>- A</strike> [[Image:Accept.png]]<br>  
 
####[[EclipseLink/UserGuide/MOXy/Relationships/Shared Reference/Keys and Foreign Keys/Embedded Key Class|Embedded Key Class]] -A <br>''in progress''  
 
####[[EclipseLink/UserGuide/MOXy/Relationships/Shared Reference/Keys and Foreign Keys/Embedded Key Class|Embedded Key Class]] -A <br>''in progress''  
##[[EclipseLink/UserGuide/MOXy/Relationships/Collections and Maps|Collections and Maps]]<br>[[Image:Elug_about_icon.png]] Review <br>
+
##[[EclipseLink/UserGuide/MOXy/Relationships/Collections and Maps|Collections and Maps]]<br>[[Image:Elug about icon.png]] Review <br>  
 
##[[EclipseLink/UserGuide/MOXy/Relationships/Bidirectional Relationships|Bidirectional Relationships]] (includes [[EclipseLink/UserGuide/MOXy/Relationships/Bidirectional Relationships/XMLInverseMapping|XMLInverseMapping]])<br>[[Image:Elug about icon.png]] Review<br>  
 
##[[EclipseLink/UserGuide/MOXy/Relationships/Bidirectional Relationships|Bidirectional Relationships]] (includes [[EclipseLink/UserGuide/MOXy/Relationships/Bidirectional Relationships/XMLInverseMapping|XMLInverseMapping]])<br>[[Image:Elug about icon.png]] Review<br>  
 
#Advanced XML Schema Concepts - B  
 
#Advanced XML Schema Concepts - B  

Revision as of 14:54, 5 April 2011

EclipseLink MOXy User's Guide (under development)


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
      Elug about icon.png Review
  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, Streams)
      2. Validating Against an XML Schema
        Elug about icon.png Review
      3. Events
      4. Handling Unmapped Content
    6. Convert Objects to XML (Marshalling)
      need info
      1. Targets (DOM, SAX, StAX, Streams)
      2. Properties (Formatting & Encoding)
      3. Events
        Elug about icon.png Review
    7. 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
  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
    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
    Need info
    1. http://wiki.eclipse.org/EclipseLink/Examples/MOXy/JPA
    2. Properties
    3. Bidirectional Relationships
    4. Keys and Foreign Keys
  11. Web Services
    Need info
    1. Attachments
      1. http://bdoughan.blogspot.com/2011/03/jaxb-web-services-and-binary-data.html
      2. XMLBinaryDataMapping
      3. XMLBinaryDataCollectionMapping
  12. Using Eclipselink with Spring

Back to the top