You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Store scenario

Service

Binding URI

Embedded HTTP Host

WebApp Host

Widget

Comments

Catalog

/Catalog

http://localhost:8080/Catalog

http://localhost:8080/sample-store-webapp/Catalog

dojo.rpc.JsonService("/Catalog?smd");

 

ShoppingCart/Cart

/ShoppingCart/Cart

http://localhost:8080/ShoppingCart/Cart

http://localhost:8080/sample-store-webapp/ShoppingCart/Cart

tuscany.AtomService("/ShoppingCart/Cart");

 

ShoppingCart/Total

/ShoppingCart/Total

http://localhost:8080/ShoppingCart/Total

http://localhost:8080/sample-store-webapp/ShoppingCart/Total

dojo.rpc.JsonService("/ShoppingCart/Total?smd");

 

  • No labels