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.
In order to run the Tuscany there are some minimum requirements:
Software | Download Link | |
Operating systems:
|
||
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 |
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.
mvn
- OR -
Using Ant:
ant
Some of the samples require the Tuscany embedded Tomcat server to be started.
startup
shutdown
SCA Technology samples | Simple samples that emphasizes how to to use
Service Component Architecture technology. |
DAS Technology samples | Simple samples that emphasizes how to use Data Access Services. |
Sample applications | Sample business applications that show SCA and SDO. |
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 |