Home > Apache Tuscany Docs 2.x > Index > Getting Started |
Apache Tuscany Docs 2.x > Index > Getting Started | Tuscany Home | User List | Dev List | Issue Tracker |
Apache Tuscany Docs 2.x
Getting Started
(start with notes and then turn it into more eloquent text) Tuscany runs SCA contributions. 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: 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:
Children
Show Children
|
Bookmark this on Delicious Digg this | Privacy Policy - Copyright © 2003-2010, The Apache Software Foundation, Licensed under ASL 2.0. |