From 200a40b332420f94992eb39a6d0ea1cf1490ffc4 Mon Sep 17 00:00:00 2001 From: coreyg Date: Fri, 21 Nov 2014 09:30:19 +0000 Subject: Adding tuscany's website to their svn repo for svnpubsub git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1640879 13f79535-47bb-0310-9956-ffa450edef68 --- .../documentation-2x/getting-started.html | 182 +++++++++++++++++++++ 1 file changed, 182 insertions(+) create mode 100644 site/trunk/site-publish/documentation-2x/getting-started.html (limited to 'site/trunk/site-publish/documentation-2x/getting-started.html') diff --git a/site/trunk/site-publish/documentation-2x/getting-started.html b/site/trunk/site-publish/documentation-2x/getting-started.html new file mode 100644 index 0000000000..8c91fb666b --- /dev/null +++ b/site/trunk/site-publish/documentation-2x/getting-started.html @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + Getting Started : Apache Tuscany + + + + + + + + + + + +
+ HomeApache Tuscany Docs 2.x > Index > Getting Started + +
+ + + + + + +
+
+ + + + + + + + +
+  Apache Tuscany Docs 2.x > Index > Getting Started + + Tuscany Home | User List | Dev List | Issue Tracker   +
+ + + + + + +
+
Table of Contents
+
+ + +
+
+ +
+ + +
+
+
In Progress
+ +

(start with notes and then turn it into more eloquent text)

+ +

Tuscany runs SCA contributions.
+An SCA contribution is something like a zip, jar, or folder.
+To run SCA contributions you start a Tuscany runtime and tell it about the contributions.
+(need something about domains)

+ +

As a very quick example, go to samples/helloworld and do mvn tuscany:run will to the helloworld contribution in a Tuscany runtime

+ +

Ways to create a Tuscany runtime:
+-mvn tuscany:run
+-ant run
+-tuscany.bat/tuscany.sh
+-Nodefactory.newInstance
+-webapp embedded
+-webapp shallow integration
+-tomcat deep integration

+ +

A Tuscany runtime may be standalone or distributed. A standalone runtime knows only about the contributions in that one runtime instance, a distributed runtime also knows about contributions in runtimes which may be in other JVMs and/or machines. By default the runtime created using NodeFactory.newInstance or webapp embedded will run in standalone mode, all the others by default start in distributed mode.

+ +

You can configure the Tuscany runtime by passing in configuration properties when creating the runtime. When creating the runtime programatically you can use a Java Properties object, otherwise you can use a config uri string. The uri string has the following formats:
+properties:<url to a properties file>
+uri:<defaultDomainName>?propertyName=value&propertyName=value&...

+ + + + + +
+ +
+ Children + + Show Children + +
+ +
+
+
+ + + + + + + +
+ + + \ No newline at end of file -- cgit v1.2.3