The online store tutorial currently uses a simple handwritten JavaBean to represent the Items in the store catalog and shopping cart. I'm able to flow that Item bean over local calls, WS, Atom and JSON bindings.

Here's what it looks like:
https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/tutorial/assets/services/Item.java
Note: the "implements Serializable" is a work around and should be eventually removed.

If I want to start using SDO in the tutorial, make that Item an SDO and write it by hand (with my user hat on, I'm going to assume that I don't know what XSD is about), what is the minimum code that I need to write?

Thanks

--
Jean-Sebastien


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

Reply via email to