1.5 Deployment Patterns for Application Integration
This topic provides the systematic instructions to deploy patterns for Application Integration.
Table 1-1 Deployment Patterns for Application Integration
Business Integration Needs | Nature of Integration | Oracle Flexcube Investor Servicing Deployment Pattern | Remarks |
---|---|---|---|
Inbound Transactions into Oracle Flexcube Investor Servicing | Synchronous | Oracle Flexcube Investor Servicing EJB | Recommended |
Oracle Flexcube Investor Servicing HTTP Servlet | This can be used if the external system cannot communicate to Oracle Flexcube Investor Servicing using EJB. | ||
Oracle Flexcube Investor Servicing Web Services | This can be used if the external system chooses to communicate only through Web Services. | ||
Asynchronous | Oracle Flexcube Investor Servicing MDB | This can be used if the external system chooses to communicate only through JMS queues | |
Inbound Queries into Oracle Flexcube Investor Servicing | Synchronous | Oracle Flexcube Investor Servicing EJB | Recommended |
Oracle Flexcube Investor Servicing In Servlet | This can be used if the external system cannot communicate to Oracle Flexcube Investor Servicing using EJB. | ||
Oracle Flexcube Investor Servicing Web Services | This can be used if the external system chooses to communicate only through Web Services. | ||
Asynchronous | Oracle Flexcube Investor Servicing MDB | This can be used if the external system chooses to communicate only through JMS queues | |
Handoffs from Oracle Flexcube Investor Servicing | Asynchronous | Oracle Flexcube Investor Servicing Notify | Recommended |
Parent topic: Gateway Functions - An Overview