Overview
This pattern provides entry-level e-business capabilities. There are no requirements for accessing external back-end transaction systems. In the insurance company example on the previous pages, the company had strong programming skills in AIX and a heavy investment in large AIX servers. The rest of their environment was a mixture of Windows NT and AIX. Regardless of the product mapping chosen, they decided to use AIX servers to handle the application server load.
The product mapping below illustrates the use of WebSphere Application Server V5.0 for transactional functionality.
Stand-Alone Single Channel::Runtime pattern=Variation 1::Product mapping=AIX
Design Last Updated: 6-20-2003
(Click a node to get a detailed explanation.)
By using a Web server redirector node, we can place the majority of the business logic in the internal network, placing it behind two firewalls. The redirector is implemented using the IBM HTTP Server and WebSphere Application Server Web server plug-in. The redirector serves static HTML pages and forwards requests for dynamic content to a WebSphere application server using the HTTP protocol.
Stand-Alone Single Channel::Runtime pattern=Variation 1::Protocol mapping
Design Last Updated: 6-20-2003
(Click a node to get a detailed explanation.)
As shown in the figure above, the network protocols used for this implementations are:
- HTTP/HTTPS: Hypertext Transfer Protocol (HTTP V1.1), or Hypertext Transfer Protocol Secure (HTTPS - HTTP V1.1/SSL V3), is used from the user’s Web browser to the HTTP server in the Web server redirector node. HTTP, or HTTPS, is also used from the WebSphere Web server plug-in in the Web server redirector node to the Web container in the Application server node.
- LDAP: The application server uses Lightweight Directory Access Protocol (LDAP V3) to access the LDAP server in the Directory and Security Services node.
- JDBC: The application server uses a Java Database Connectivity (JBDC V2.0) driver to access the database.
What's Next
Next, Review guidelines and related links or review another product mapping:
- Mappings featuring WebSphere Application Server V5.0
- Mappings featuring WebSphere Application Server V6.0
