IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Analysis and design

To create the sample service application, the user needs to know how to wrap a java bean into Stateless/Statefull EJB and Web service object by using RAD, and how Object Pool service works.

The design of this sample is using the SampleService.java as the super class for EJBs, then wrapping the stateless EJB into Web Service Object. The client side will refer to this Web Service. All necessary codes are generated by RAD, the left work is to make a Serializable wrapper class that contains all the invocation code.

The SamplePoolService is similar to the invocation sample, it wraps the SampleService.java and gives the poolable feature.

Following diagram shows this sample’s relationship.

Relationship between service samples



Feedback