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
IBM 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 IBM Process Server.
Learning objectives
In the sample,
you learn how to complete the following activities:
- Create a module for deployment to IBM® 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