Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the samples directory you'll find sub-directories called
getting-started, running-tuscany, learning-more and applications

tree

(Need to work out how best to present this ....)

Code Block
titlesSample Directory Structure
+---getting-started
|   +---contributions
|   |   +---helloworld
|   |   +---helloworld-bpel
|   |   +---helloworld-recursive
|   |   +---helloworld-recursive-ws
|   |   +---helloworld-scaclient
|   |   +---helloworld-spring
|   |   \---helloworld-ws-sdo
|   \---webapps
|       +---helloworld
|       +---helloworld-bpel
|       +---helloworld-jaxrs
|       +---helloworld-jms
|       +---helloworld-js-client
|       +---helloworld-jsf
|       +---helloworld-jsp
|       +---helloworld-servlet
|       +---helloworld-spring
|       \---helloworld-stripes
+---running-tuscany
|   +---launcher-command-line
|   +---launcher-embedded-jse
|   +---launcher-embedded-osgi
|    +---launcher-embedded-osgi-base
|    +---launcher-maven
|    +---launcher-osgi
|    +---launcher-shell
|    \---launcher-webapp
+---learning-more
|   +---async
|   |   +---embedded-jse-async-sample-launcher
|   |   \---sample-contribution-implementation-java-calculator-async
|   +---binding-comet
|   +---binding-jsonrpc
|   |   +---contribution-calculator
|   |   \---contribution-calculator-webapp
|   +---binding-rmi
|   |   +---contribution-calculator-reference
|   |   \---contribution-calculator-service
|   +---binding-sca
|   |   \---contribution-calculator
|   +---binding-ws
|   |   \---contribution-calculator
|   +---distributed-osgi
|   |   +---dynamic
|   |   |   +---dosgi-dynamic-calculator
|   |   |   \---dosgi-dynamic-calculator-operations
|   |   \---implementation.osgi
|   |       +---dosgi-calculator
|   |       \---dosgi-calculator-operations
|   +---implementation-extension
|   +---implementation-java
|   |   \---contribution-calculator
|   +---implementation-script
|   |   \---contribution-calculator
|   +---logging-scribe
|   +---maven-osgi-junit
|   |   +---calculator-osgi
|   |   \---calculator-rest-osgi
|   \---sca-client
|       \---calculator-scaclient
+---applications
|   +---store
\-------store-webapp

after tree

#Getting Started

#Running Tuscany

...