In the Hello World Part 1 sample, you created
a mediation service that accepted title, first name and last name
as input and returned "Hello title firstname lastName" as output.
In this Hello World Part 2 sample, you extend the Part 1 application
by creating a module containing a business process that uses a human
task to prompt a user for their name information, and then invokes
the module from Hello World Part 1 to produce the resulting string.
You will also expose this process as a Web service.
While the Hello World Part 1 sample can be deployed
and run on either WebSphere Process Server or WebSphere Enterprise
Service Bus, this Hello World Part 2 sample can only be deployed and
run on WebSphere Process Server as it uses a module versus a mediation
module.
In the sample, you learn how to complete the following
activities:
- Create a module for deployment to WebSphere Process Server
- Create a human task to interact with your application
- Create an import to invoke another module
- Create a business process to orchestrate service invocations
- Expose a business process to remote clients as a Web service
- Create an integration solution to group related projects and see
their relationships
- Deploy and testing module applications on the server
- Interact with the Business Process Choreographer Explorer Web-based
user interface