In the Hello World Part 1 sample, you created a mediation
service that accepted a 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 that contains a business process. The business process uses
a human task to prompt users for their name information and it then
invokes the module from Hello World Part 1 to produce the resulting
string. You will also expose this process as a Web service.
The Hello World Part 1 sample contains only mediation
modules, which enables the sample to be deployed and run on either
WebSphere Process Server or WebSphere Enterprise Service Bus. However,
the Hello World Part 2 sample incorporates a standard business integration
module to contain the business process, which means that the sample
can only be deployed and run on WebSphere Process Server.
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 as a Web service to remote clients
- Create an integration solution to group related projects and see
their relationships
- Deploy and test module applications on the server
- Interact with the Web-based user interface of the Business Process
Choreographer Explorer