You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Luciano Resende (JIRA)" <de...@tuscany.apache.org> on 2008/10/21 18:29:44 UTC

[jira] Commented: (TUSCANY-2650) Store sample and online getting started article have discrepancies

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

Luciano Resende commented on TUSCANY-2650:
------------------------------------------

I was going trough the guides last night, and updated most of the issues I found to get them working. Could you please verify they are working now.
   - http://cwiki.apache.org/confluence/display/TUSCANY/Getting+Started+with+Tuscany
   - http://cwiki.apache.org/confluence/display/TUSCANY/Getting+Started+with+Tuscany+(using+Tuscany+Eclipse+Plugin)

As for the following items :
   Article says nothing about creating Cart.java, Item.java, and Total.java which are required in the 1.3.2 version 
      - need to update images, but guide does mention these need to get created
   Article says nothing about creating the Launch package and class, but references it at the end. 
      - I'll fix this shortly

Also, as for some differences between guide and store sample, they are not supposed to be exactly the same (e.g FruitsCatalogImpl versus CatalogImpl). And fixing those require recreating lots of images, so I'd like to defer the following :
 (Ok) Article creates "ufservices" package, 1.3.2 uses uiservices
 (Ok) Article creates CatalogImpl.java, 1.3.2 comes with FruitsCatalogImpl.java 

> Store sample and online getting started article have discrepancies
> ------------------------------------------------------------------
>
>                 Key: TUSCANY-2650
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2650
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Documentation, Java SCA Samples
>    Affects Versions: Java-SCA-1.3.2
>         Environment: Website, http://tuscany.apache.org/getting-started-with-tuscany.html
>            Reporter: Dan Becker
>            Priority: Minor
>
> From a private note from Howard Operowsky
> I built the store example, but it doesn't work quite right.  I pasted one problem at the end of the note.  I selected all 3 items, 1 at a time, but the cart doesn't show the apple even though the total is correct.  Other problems I've seen is that I'll select some items, they appear in the cart, but the total doesn't show, or I pick one and all three are added to my cart.  I built my version using  Tuscany 1.3.2, IBM's JRE 6.0 and Eclipse Classic 3.4.1.
> Also, there are several differences between with the "Getting Started with Eclipse" article and the Tuscany 1.3.2 sample code that made building the example very, very painful, beside the incorrect code for ShoppingCartImpl.java that we talked about:.  The article needs to be updated.
>  Article creates "ufservices" package, 1.3.2 uses uiservices
> Article creates CatalogImpl.java, 1.3.2 comes with FruitsCatalogImpl.java
> Article says nothing about creating Cart.java, Item.java, and Total.java  which are required in the 1.3.2 version
> Article says nothing about creating the Launch package and class, but references it at the end.

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