Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change 
notification.

The following page has been changed by SimonLaws:
http://wiki.apache.org/ws/Tuscany/Interop

------------------------------------------------------------------------------
  
  == SDO ==
  
+ === Scenarios ===
+  * Write XML instance from one SDO implementation and read XML instance into 
another (schema is always available on file system) - inter-process messaging, 
moving data between tiers
+  * Move an entire SDO from one implementation to another - session 
persistance, generic messaging, data integration
+  * Exchange change summary between implementations - third party data editing
+ 
+ === Features ===
-  * XML DAS (via file system write and read)
+  * XML DAS/Helper Serialization (via file system write and read)
+   * Instance (XML)
+     * Dynamic
+     * Generated 
+   * Change summary (XMI?)
+   * Model (XSD)
-  * XML Serialisation 
+  * SDO Serialization
-   * Default
-   * AXIOM
+   * Instance, model and change summary all together (XML?) (PHP uses this for 
storing SDO state in session)
+  * Axiom Serialization
   * RDB DAS (via relational database write and read)
+   * Instance
+   * Change summary
  
- === Feature Comparison ===
+ Interop pass 1 - June 2
+  * XML DAS/Helper Serialization (via file system write and read)
+   * Instance (XML)
+     * Dynamic
+     * Generated 
+   * Model (XSD)
+ 
+  
+ === Schema Feature ===
  Spec version 2.0.1 features
  
  || '''Feature''' || '''Schema''' || '''Java''' || '''C++''' || '''PHP''' || 
'''Note''' ||
@@ -23, +44 @@

  || SimpleTypeWithAbstract || interop1.xsd || || || || What verison of schema 
is this valid in? ||
  || SimpleTypeWithInstanceClass || interop1.xsd || || N/A || N/A || Spec 
doesn't indicate that restriction | list | union required ||
  || SimpleTypeWithExtendedInstanceClass || interop1.xsd || || N/A || N/A || ||
- || SimpleTypeWithList || interop2.xsd || || Not Implemented || Not 
Implemented || ||
+ || SimpleTypeWithList || interop2.xsd || || || Not Implemented || ||
  || SimpleTypeWithUnion || interop2.xsd || || Not Implemented || Not 
Implemented || ||
  || ComplexTypeNoContent || interop1.xsd || || || || ||
  || ComplexTypeContent || interop1.xsd || || || || ||

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to