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 Venkatakrishnan:
http://wiki.apache.org/ws/Tuscany/TuscanyJava/M2Tasks

------------------------------------------------------------------------------
  == TODOs / Tasks for Milestone 2 (M2) ==
  The next release of Tuscany - Milestone-2 (M2) is tentatively planned for 
October.  The following is target content for M2 and its status.
  
+ === Guidelines ===
+ Here are some points to help in updating information on the Release Items.
+   * Every release item has four aspects(currently) and there is a status 
''Completed'' / ''In Progress'' that is attached to each aspect.
+       i. Feature / Functionality Aspect
+          This lists the core features and functions of the release item and 
their current status
+      ii. Samples Aspect
+          - This lists the set of samples to demonstate the feature / 
functionality and its current status
+          - If the item in question does not have a sample of its own, then 
mention if there is any other sample that includes this.  For example Component 
Properties do not have a sample of their own, but the container samples 
demonstrate them.
+     iii. Documentation Aspect
+          - This deals with any documentation that is to be in place to 
explain the feature / functionality and samples and its current status 
+          - If documentation related to the item in question is not 
substantial to stand on its own, then mention if the related documentation is 
going to be a part of a bigger one elsewhere.  For example there is no specific 
documentation planned for RMI Bindings.  The specific of this shall be added to 
a more general documentation on Tuscany Binding Extensions.
+      iv. Block JIRAs
+          This is a summar of JIRAs related to the feature / functinality and 
in pending state.
+ 
+   * This list may not be complete.  If there are more Release Items / 
Sub-items to be included please do so.
+   * If you must add an item or a sub-item please ensure it is also 
categorized either under 'Completed' or 'In Progress' status.
+ 
+ 
  === Release Items (status) ===
- This section categorize the various release items and working status of each.
+ Here are the list of Release Items and Sub-items within each.
  
  ---------------------------
  ==== SCA Core ====
  ---------------------------
    '''1. Classloader Isolation '''   - in/out? TBD     
-       ''* Working Status''
-               * Completed: basic hierarchy in place 
-               * Remaining:  still need multi- parent support (Is this needed?)
+       ''* Feature / Functionality''
+               * Completed:
+                   * basic classloader hierarchy 
+               * In Progress: 
+                   * multi- parent support 
-       ''* Working Samples?''
+       ''* Working Samples''
                * Not Applicable
-       ''* Documenation?''
+       ''* Documenation''
                * <add link or not applicable>
-       ''* Blocker JIRAs?''
+       ''* Blocker JIRAs''
                * <list the JIRA nos.>
  
   
    '''2. Component Properties Loading (Simple & Complex)''' - in/out? TBD     
-       ''* Working Status''
+       ''* Feature / Functionality''
+               * Completed
-               * Completed: Simple properties  
+                   * Simple properties  
+               * In Progress: 
-               * Remaining: Complex properties not supported. Data 
Transformation issues pending against support for complex properties (<should 
quote JIRAs here>)
+                   * Complex properties.  Data Transformation issues pending 
against support for complex properties (<should quote JIRAs here>)
-               * Remaining: Support for XPath in progress. Issues related to 
empty wrapper element around property documents <quote JIRAs>
+                   * Support for XPath. Issues related to empty wrapper 
element around property documents <quote JIRAs>
+               
-       ''* Working Samples?''
+       ''* Working Samples''
+               * Completed
-               * Samples included in Java, JavaScript, Ruby containers 
demonstrate this
+                   * Samples included in Java, JavaScript, Ruby containers 
demonstrate simple properties
-       ''* Documented?''
+       ''* Documention''
                * <add link or state this is not applicable>
        ''* Blocking JIRAs?''
                * <list the JIRA nos.>
+ 
  
    '''3. Integration of databinding framework''' 
-       ''* Working Status''     
+       ''* Feature / Functionality''     
+               * Completed
-               * Complete as part of the "core" including the framework 
imeplementation and a set of built-in XML-related transformers. The interfaces 
and base classes are now in "spi" for extensibility.  
+                   * as part of the "core" including the framework 
imeplementation and a set of built-in XML-related transformers. The interfaces 
and base classes are now in "spi" for extensibility.  
+               * In Progress
+                   * None
        ''* Working samples?''
+               * Completed:
-               * echo.databinding
+                   * echo.databinding
-               * helloworldwsclient and helloworldws which also demonstrate 
the integration of databinding framework and axis2 with SDO and AXIOM.
+                   * helloworldwsclient and helloworldws which also 
demonstrate the integration of databinding framework and axis2 with SDO and 
AXIOM.
- 
-       ''* Documented?''
+       ''* Documentation''
+               * In Progress
-               * A draft slide is uploaded to 
http://wiki.apache.org/ws/Tuscany/TuscanyJava/SCA_Java/DataMediation
+                   * A draft slide is uploaded to 
http://wiki.apache.org/ws/Tuscany/TuscanyJava/SCA_Java/DataMediation
- 
        ''* Blocking JIRAs?''
                * <list the JIRA nos.>
  
  
    '''4. Async callbacks''' - in/out? TBD     
-       ''* Working Status'' 
+       ''* Feature / Functionality'' 
+               * Completed
+               * In Progress
-               * Client side?
+                   * Client side?
-               * Server side?
+                   * Server side?
-               * Over webservices:
+                   * Over webservices:
-                 * The async client with callback works with sync ws over http 
two-way connection based on some assumptions which requires the spec to well 
define the interaction patterns.
+                        - The async client with callback works with sync ws 
over http two-way connection based on some assumptions which requires the spec 
to well define the interaction patterns.
-                 * The async ws works to get the request, dispatch to the 
target component and make the callback. Yet to figure out how the axis2 
interacts with the client with the response from the component callback.
+                        - The async ws works to get the request, dispatch to 
the target component and make the callback. Yet to figure out how the axis2 
interacts with the client with the response from the component callback.
        ''* Working samples?''
+               * In Progress
-               * helloworldwsclient-async
+                   * helloworldwsclient-async
-               * helloworldws-async
+                   * helloworldws-async
-       ''* Documented?''
+       ''* Documentation''
                * <add link or state this is not applicable>
        ''* Blocking JIRAs?''
                * <list the JIRA nos.>
    
+ 
    '''5. Transitive dependency support''' - in/out? TBD     
-       ''* Working Status'' 
+       ''* Feature / Functionality'' 
                * <scenario 1 and its status>
                * <scenario 2 and its status>
  
-       ''* Samples''
+       ''* Working samples?''
-       ''* Documented?''
+       ''* Documentation''
-       ''* JIRAs Outstanding''
+       ''* Blocking JIRAs?''
  
  ---------------------------
  ==== SCA Extension: Bindings ====
  ---------------------------
- 
    '''1. idl.wsdl '''  - in/out? TBD     
-       ''* Working Status''
+       ''* Feature / Functionality'' 
+               * Completed
-               * Completed: supported with wsdlLocation
+                   * supported with wsdlLocation
+               * In Progress
-               * Remaining: no support yet via registry (is it needed?)
+                   * no support yet via registry (is it needed?)
- 
-       ''* Working samples?''   
+       ''* Working samples''   
                * <List of samples>
-       ''* Documented?''
+       ''* Documentation''
                * <add link or state this is not applicable>
-       ''* Blocking JIRAs?''
+       ''* Blocking JIRAs''
                * <list the JIRA nos.>
  
    '''2. binding.rmi ''' - in/out? TBD     
-       ''* Working Status''
+       ''* Feature / Functionality'' 
                * Completed
- 
+                   * Component Services as RMI Servers
+                   * Component References as RMI Clients
-       ''* Working samples?''
+       ''* Working samples''
-               * A RMI Reference and RMI Service samples completed with 
supporting README file for setup and running
-                
+               * Completed
+                   * A RMI Service Sample that can run in Standalone.  Has 
supporting README file for setup and running.
-       ''* Documented?''
+       ''* Documentation''
-               * Yet to figure out what sort of documenation would be needed
+               * In Progress
+                   * To be added to general documentation on binding 
extensions.
        ''* Blocking JIRAs?''
                * None
  
  
    '''3. binding.axis '''  - in/out? TBD     
-       ''* Working Status''
+       ''* Feature / Functionality'' 
                * <?>
                * Interop test status? 
-       ''* Working samples?''
+       ''* Working samples''
                * <List of samples>
-       ''* Documented?''
+       ''* Documentation''
                * <add link or state this is not applicable>
        ''* Blocking JIRAs?''
                * <list the JIRA nos.>
  
    '''4. binding.cletix''' - in/out? TBD     
-       ''* Working Status''
+       ''* Feature / Functionality''
                * <?> 
-       ''* Working samples?''
+       ''* Working samples''
                * <List of samples>
-       ''* Documented?''
+       ''* Documentation''
                * <add link or state this is not applicable>
        ''* Blocking JIRAs?''
                * <list the JIRA nos.>
  
    '''4. binding.Jsonrpc''' - in/out? TBD     
-       ''* Working Status''
+       ''* Feature / Functionality''
                * <?> 
-       ''* Working samples?''
+       ''* Working samples''
                * <List of samples>
-       ''* Documented?''
+       ''* Documentation''
                * <add link or state this is not applicable>
        ''* Blocking JIRAs?''
                * <list the JIRA nos.>
@@ -137, +171 @@

  ==== SCA Extension: Data Binding ====
  ---------------------------
    '''1. databinding.axiom''' - in/out? TBD     
+       ''* Feature / Functionality''
+               * <?> 
-       ''* Working Status''
+       ''* Working samples?''
-               * <?> 
-       ''* Documented?''
+       ''* Documentation''
                * <add link or state this is not applicable>
        ''* Blocking JIRAs?''
                * <list the JIRA nos.>
  
    '''2. databinding.sdo''' - in/out? TBD     
-       ''* Working Status''
+       ''* Feature / Functionality''
                * <?>   
-       ''* Working samples?''
+       ''* Working samples''
                * <List of samples>
-       ''* Documented?''
+       ''* Documentation''
                * <add link or state this is not applicable>
        ''* Blocking JIRAs?''
                * <list the JIRA nos.>
  
    '''3. databinding.jaxb''' - in/out? TBD     
+       ''* Feature / Functionality''
+               * <?> 
-       ''* Working Status''
+       ''* Working samples?''
-               * <?> 
-       ''* Working samples?''
                * <List of samples>
-       ''* Documented?''
+       ''* Documentation''
                * <add link or state this is not applicable>
        ''* Blocking JIRAs?''
                * <list the JIRA nos.>
  ---------------------------
  ==== SCA Extension: Container ====
  ---------------------------
-   '''1. Spring'''    - in/out? TBD     
+   '''1. JavaScript'''    - in/out? TBD 
+       ''* Feature / Functionality''
+               * Completed
+                   * Properties, Services, References, E4X
+               * In Progress
+                   * Integration with DataBinding facility to replace the data 
transformations currently handled by the container itself
+                   * Async 
-       ''* Working samples?''
+       ''* Working samples''
-               * <List of samples>
+               * Completed
+                   * Helloworld Sample
-       ''* Documented?''
+       ''* Documentation''
-               * <add link or state this is not applicable>
+               * In Progress
+                   * To contribute into a general documentation on Container 
Extensions (yet to start)
        ''* Blocking JIRAs?''
-               * <list the JIRA nos.>
+               * None
  
- ---- /!\ '''Edit conflict - other version:''' ----
+ 
-   '''2. JavaScript '''   - in/out? TBD     
+   '''2. Spring'''    - in/out? TBD     
+       ''* Feature / Functionality''
- 
- ---- /!\ '''Edit conflict - your version:''' ----
- 
- ---- /!\ '''End of edit conflict''' ----
-       ''* Documented?''
-               * <add link or state this is not applicable>
-       ''* Blocking JIRAs?''
-               * <list the JIRA nos.>
- 
- ---- /!\ '''Edit conflict - other version:''' ----
-   '''3. Ruby '''   - in/out? TBD     
- 
- ---- /!\ '''Edit conflict - your version:''' ----
-   '''3. Ruby '''  
- 
- ---- /!\ '''End of edit conflict''' ----
-       ''* Working Status''
-               * <?> 
+               *<features>
-       ''* Working samples?''
+       ''* Working samples''
                * <List of samples>
-       ''* Documented?''
+       ''* Documentation''
                * <add link or state this is not applicable>
        ''* Blocking JIRAs?''
                * <list the JIRA nos.>
  
- ---- /!\ '''Edit conflict - other version:''' ----
+ 
+   '''3. Ruby'''    - in/out? TBD 
+       ''* Feature / Functionality''
+               * Completed
+                   * Properties, Services, References
+               * In Progress
+                   * Integration with DataBinding facility to replace the data 
transformations currently handled by the container itself
+       ''* Working samples''
+               * In Progress
+               * Completed
+       ''* Documentation''
+               * In Progress
+                   * To contribute into a general documentation on Container 
Extensions (yet to start)
+       ''* Blocking JIRAs?''
+               * None
+ 
  ---------------------------
  ==== SCA Tools ====
  ---------------------------

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

Reply via email to