IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Remote

Remote is designed for the communication between the Java client and the BTT server environment. The component enable lightweight remote services over HTTP, and using Java’s serialization which makes programming easier.

The remote component can call the service on the server from the client side in a lightweight way. The implementation of Remote, which can provide better extensibility and consistency, is based on the BTT Element Factory. The following figure illustrates its structure.

Remote uses the BTT Element Factory as the first level container. The server maintains the service with BTT Element Factory. The service can be Plained Old Java Object (POJO). The client maintains the proxy of BTT Remote for the service. Through these proxy the client can call the service method.

Remote uses the web container as the second level container on the server.



Feedback