Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the past several years there have been several technologies attempting to solve to these problems such as Enterprise Applicaton Integration (EAI) 1, Business-to-Business (B2B) 2, Service Oriented Architecture (SOA) 3, and Web Services 4. These solutions addressed some of the integration issues, but were proprietary, expensive, and time-consuming to implement. These solutions range from expensive solutions from vendors (cost, lock-in) to home-grown custom solutions (maintenance, cost). The overwhelming disadvantages of these solutions are cost and lack of flexibility due to being non-standard.

The ESB solves the integration problem without the flaws of the other solutions. The purpose of an ESB is to facilitate application and process integration by providing distributed processing 5, intelligent routing 6, security 7, and dynamic data transformation 8. In an ESB these services are provided so each application does not have to address these issues independently and in a proprietary manner; these are standard infrastructure services in an ESB.

...

The enterprise service bus addresses the disadvantages of existing solutions by creating a standard infrastructure for integration. Point-to-point solutions, where each of n components requires n-1 interfaces for full communication, are replaced by a bus solution where each component requires a single interface to the bus for global communication. An ESB is an open standards based, distributed, and message-based. It provides routing, business process orchestration, reliability and security. The ESB provides pluggable services 9. Because of the standard nature of the bus these pluggable services can be provided by third parties and still interoperate reliably with the bus.

...

An ESB also supports requirements such as security, orchestration 10, and transactionality 11. These exist in "hard-wired" integration methods, but are not automatically available in a service-oriented architecture. One of the key requirements for the ESB is to give loosely coupled service-based integration methods a level of enterprise-class reliability and security.

...