[ 
https://issues.apache.org/jira/browse/TUSCANY-2597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630206#action_12630206
 ] 

Dan Becker commented on TUSCANY-2597:
-------------------------------------

Example posted on the Tuscany dev list at 
http://www.mail-archive.com/[email protected]/msg02065.html

For example with the store.composite of the Tuscany sample-store, I might 
expect a service document like this:
   <?xml version="1.0" encoding='utf-8'?>
   <service xmlns="http://www.w3.org/2007/app"; 
xmlns:atom="http://www.w3.org/2005/Atom";>
     <workspace base="uiservices/store.html" lang="EN">
       <atom:title>Store</atom:title>
       <collection href="Catalog" >
         <atom:title>Fruit Catalog</atom:title>
         <accept>application/atom+xml;type=feed</accept>
       </collection>
       <collection href="ShoppingCart/Cart" >
         <atom:title>Shopping Cart</atom:title>
         <accept>application/atom+xml;type=feed</accept>
       </collection>
       <collection href="ShoppingCart/Total" >
         <atom:title>Shopping Total</atom:title>
         <accept>application/atom+xml;type=entry</accept>
       </collection>
     </workspace>
   </service> 

> Generation of AtomPub workspace/service document
> ------------------------------------------------
>
>                 Key: TUSCANY-2597
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2597
>             Project: Tuscany
>          Issue Type: New Feature
>          Components: Java SCA ATOM Binding Extension
>    Affects Versions: Java-SCA-1.3.2, Java-SCA-1.4
>         Environment: All
>            Reporter: Dan Becker
>            Assignee: Dan Becker
>
> Breaking out a sub feature from the parent  JIRA TUSCANY-2393 so we can 
> commit in stages.
> - complete generation of an AtomPub workspace/service document, for a 
> service, component or a group of related components (potentially in a 
> composite), somebody should study this to find the correct granularity level 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to