From ece4fd35da7b7fc76264776f81705e6b5b52d3e0 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:11:48 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835140 13f79535-47bb-0310-9956-ffa450edef68 --- .../samples/sca/recursive/helloworldws/readme.htm | 48 ---------------------- 1 file changed, 48 deletions(-) delete mode 100644 branches/java-post-M1/samples/sca/recursive/helloworldws/readme.htm (limited to 'branches/java-post-M1/samples/sca/recursive/helloworldws/readme.htm') diff --git a/branches/java-post-M1/samples/sca/recursive/helloworldws/readme.htm b/branches/java-post-M1/samples/sca/recursive/helloworldws/readme.htm deleted file mode 100644 index af3620aa9f..0000000000 --- a/branches/java-post-M1/samples/sca/recursive/helloworldws/readme.htm +++ /dev/null @@ -1,48 +0,0 @@ - - -Tuscany -Hello World Web Service Sample - -

Tuscany -Hello World WS Sample

-

Overview

-

The Tuscany hello world ws sample shows using the Tuscany SCA -runtime in a Tomcat environment providing a web -service.

-

Location

-This sample is located  in the samples\sca\helloworldws -directory.
-

Setup

-Set up your server as described in the Tomcat -Setup.  If you are not using the pre-configured Tomcat server from the binary distribution, you will need to add - sample-helloworldws-incubating-M1.war -to your Tomcat's webapp directory. -

Running

-This service can be invoked by the Tuscany SCA helloworldwsclient or helloworldjsclient -sample.
-

Code Overview

-The source files are physically organized as shown below:
-
-
+---main
+---resources
¦ ¦ sca.module
¦ ¦
¦ +---wsdl
¦ helloworld.wsdl
¦
+---webapp
+---WEB-INF
web.xml
-

- - - - - - - -
sca.moduleDefines 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.wsdlWSDL for the service.
web.xmlStandard 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. -

-- cgit v1.2.3