The Service Sample Application, which utilizes the Websphere 6 Object Pool Service, demonstrates the steps of wrapping a function into POJO service, Stateless EJB service, Stateful EJB service, and Web Service. This sample can be used as a guide by solution providers to better understand and use BTT services.
The source code for the application is contained in the <install root>/Branch Transformation Toolkit 6.1.2 /samples/SampleServiceApplication.
This sample should be used as a guide for solution providers who wish to gain a better understanding of the facilities of the toolkit in this area, and how to better utilize them to build an online home banking application.
The target environment for the Service Sample is a four-tier architecture (client, application presentation layer, application logic layer, and backend system layer), as described in the other Sample Application. The client, in this case, is the Web browser or Java™ Application being used to access the home banking application. This application does not show the details of client, presentation, business logic, the host, as this is not the purpose of the sample.