You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tuscany.apache.org by Jasbinder Bali <js...@gmail.com> on 2008/03/26 07:20:47 UTC

Multi language webservice support in Tuscany

Hi.

After running the sample application successfully on

http://incubator.apache.org/tuscany/getting-started-with-tuscany.html

I have the following question:

1. The service code uses from predefined packages included in Tuscany
project itself e.g.


import org.apache.tuscany.sca.binding.feed.collection.Collection;
import org.apache.tuscany.sca.binding.feed.collection.NotFoundException;

I was wondering if there's any detailed list of packages in tuscany
itself that we need to use.

2. Is there any part of the code from tuscany itself

3. Wondering if Java is the only language it supports. Though one can
alwayas use services written in .net for the beauty of webservice
model :)


Thanks