1.5 Deployment Patterns for Application Integration

This topic explains the detailed information about deployment patterns for application integration.

Table 1-1 Deployment Patterns for Application Integration

Business Integration Needs Nature of Integration Oracle Banking Corporate Lending Deployment Pattern Remarks
Inbound Transactions into Oracle Banking Corporate Lending Synchronous Oracle Banking Corporate Lending EJB Recommended
Inbound Transactions into Oracle Banking Corporate Lending Synchronous Oracle Banking Corporate Lending HTTP Servlet This can be used if the external system cannot communicate to Oracle Banking Corporate Lending using EJB.
Inbound Transactions into Oracle Banking Corporate Lending Synchronous Oracle Banking Corporate Lending Web Services This can be used if the external system chooses to communicate only through Web Services.
Inbound Transactions into Oracle Banking Corporate Lending Asynchronous Oracle Banking Corporate Lending MDB This can be used if the external system chooses to communicate only through JMS queues.
Inbound Queries into Oracle Banking Corporate Lending Synchronous Oracle Banking Corporate Lending EJB Recommended
Inbound Queries into Oracle Banking Corporate Lending Synchronous Oracle Banking Corporate Lending In Servlet This can be used if the external system cannot communicate to Oracle Banking Corporate Lending using EJB.
Inbound Queries into Oracle Banking Corporate Lending Synchronous Oracle Banking Corporate Lending Web Services This can be used if the external system chooses to communicate only through Web Services.
Inbound Queries into Oracle Banking Corporate Lending Asynchronous Oracle Banking Corporate Lending MDB This can be used if the external system chooses to communicate only through JMS queues.
Handoffs from Oracle Banking Corporate Lending Asynchronous Oracle Banking Corporate Lending Notify Recommended