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 --- branches/java-post-M1/GettingStarted.htm | 194 ------------------------------- 1 file changed, 194 deletions(-) delete mode 100644 branches/java-post-M1/GettingStarted.htm (limited to 'branches/java-post-M1/GettingStarted.htm') diff --git a/branches/java-post-M1/GettingStarted.htm b/branches/java-post-M1/GettingStarted.htm deleted file mode 100644 index 64b7fbe2cc..0000000000 --- a/branches/java-post-M1/GettingStarted.htm +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - - - - Tuscany - Getting Started - - -
-
-
-

Tuscany - Getting Started - Milestone release 1

- -

This page describes what is needed to install and run Tuscany - SCA, SDO and DAS for Java.
If you haven't already done so, the first - step is to download the Milestone release 1 of apache Tuscany from our - download page. -

-
-
- -

System Requirements

- -

In order to run the Tuscany there are some - minimum requirements:

- - - - - - - - - - - - - - - - - - - - - - - - - - - -
SoftwareDownload Link
Operating systems: -
    -
  • Windows XP SP2
  • -
  • Linux
  • -
-
-
JDK 5.0 - http://java.sun.com/j2se/1.5.0/download.jsp - -
 Optionally: - One of the following if you wish to build the - samples yourself...
Apache Maven 2.0.4 (version - or later)
-
- http://maven.apache.org/download.html - -
Apache Ant 1.6.5 (version - or later)http://ant.apache.org/bindownload.cgi
-
-
-

Building Samples

- -

The samples are already built and ready to run. However if you - want to build them yourself you can: 
For example to build - the helloworld sample:

- -

Using Maven:

-
-

Note:Using Maven the first build will require connection to the internet to download required dependiences to your local Maven repository. Occassionally, these - remote repository can become over burdened resulting in failure to complete the build. If this happens restart the build again. Once a complete build is achieved you can use - the -o option on the mvn command to do offline builds.

-
-
    -
  • Change to the directory: samples/sca/helloworld directory
  • - -
  • Issue the command: mvn 
  • -
-
-
 - OR -
-
- -

Using Ant:

-
    -
  • Change to the directory: samples/sca/helloworld directory
  • -
  • Issue the command: ant 
  • -
-
-
- -

Starting the Server

- -

Some of the samples require the Tuscany embedded Tomcat server - to be started.

-
    -
  • Change the directory to apache-tomcat-5.5.17\bin
  • -
  • Issue the command: startup
  • -
  • To later stop the server Issue the command: shutdown
  • - -
-
-
-

Samples

- - - - - - - - - - - - - - - - -
Tuscany samples - and applications
SCA Technology samples - Simple samples that emphasizes  how to to use - Service Component Architecture technology.
-
DAS Technology samplesSimple samples that emphasizes how to use Data - Access Services.
- Sample applicationsSample business applications that show  SCA and SDO.
-
-
-
-

Getting Help

- -

First place to look is at the Tuscany FAQ at - http://incubator.apache.org/tuscany/faq.html

- -

Any problem with this release can be reported to the Tuscany - mailing lists or create a JIRA issue at http://issues.apache.org/jira/browse/Tuscany.

- - -

- -

- -

- -

 

- -

 

- -

 

- - - - - - -
- -

Thank you for your interest in Tuscany.

-The - Tuscany Development Team - -

-
- -

-
-
-
- - -- cgit v1.2.3