The Tuscany hello world ws sample shows using the Tuscany SCA runtime in a Tomcat environment providing a web service.
+---main |
sca.module | Defines the SCA module, entryPoint and component. Defines for the HelloWorldServiceComponent component and the Java class that implements the component For the entryPoint it defines WSDL for the service, the Java interface provided by the service, and wires the service to the HelloWorldServiceComponent |
helloworld.wsdl | WSDL for the service. |
web.xml | Standard J2EE web application's web.xml |
You may have noticed that there is no Java source for this components implementation. There reason is this sample reuses the code from the helloworld sample to implement the service.