The Tuscany hello world JavaScript/E4X WS sample shows using the Tuscany SCA runtime in a Tomcat environment providing a web service implemented in JavaScript/E4X.
+---main |
sca.module | Defines the SCA module, entryPoint and component. Defines for the HelloWorldComponent component and the JavaScript script that implements the component. For the entryPoint it defines WSDL for the service, and wires the service to the HelloWorldComponent |
HelloWorldImpl.componentType | The .componentType side file describing the service |
HelloWorldImpl.js | The JavaScript implementation of the service |
helloworld.wsdl | WSDL for the service. |
web.xml | Standard J2EE web application's web.xml |