C H A P T E R 16
Using Spring Remoting
An enterprise application typically needs to communicate with other applications. Take, for example, for a company selling products; when a customer places an order, an order-processing system processes the order and generates a transaction. During the order processing, an inquiry is made to the inventory system to check whether the product is available in stock. Upon order confirmation, a notification is sent to the fulfillment system to deliver the product to the customer. Finally, the information is sent to the accounting system; an invoice is generated and the payment is processed.
Most of the time, this business process is not fulfilled by a single application but a number of applications working ...
Get Pro Spring 3 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.