Versions Compared

Key

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

...

This is the simplest contribution. This contribution describes a composite application with a single component implemented in Java. The component's Java implementation provides service "business logic" for saying hello to a person whose name is supplied as input to the service.

To build this contribution using Maven do the following:

Code Block

cd helloworld-contribution
mvn

This will produce the contribution as follows:

Code Block

helloworld-contribution/target/helloworld-contribution.jar

helloworld-webapp

This sample is not a contribution in it's own right but demonstrates how to run the helloworld-contribution inside a web application.

...

Note
titleTODO

This feels like a learning-more sample. I wouldn't focus on scopes inclusion with the first time user

running-tuscany

...