+ All Categories
Home > Software > Enterprise Service Bus interview

Enterprise Service Bus interview

Date post: 12-Aug-2015
Category:
Upload: amir-yousefi
View: 61 times
Download: 2 times
Share this document with a friend
Popular Tags:
17
Enterprise Service Bus Amir Yousefi #OPENTALK S
Transcript

Enterprise Service Bus

Amir Yousefi#OPENTALKS

OverviewAn enterprise service bus (ESB) is a software architecture model used for designing and implementing communication between mutually interacting software applications in a service-oriented architecture (SOA). As a software architectural model for distributed computing it is a specialty variant of the more general client server model and promotes agility and flexibility with regard to communication between applications

Concept

Concept

Benefits

• Increased flexibility

• Easy plug-in and plug-out and loosely coupling system

• Incremental patching with zero down-time; enterprise becomes

"refactorable"

disadvantages

• Tightly-couples the entire system

• The ESB often becomes very complicated and unwieldy

• Increased overhead

• Slower communication speed, especially for those already compatible

services


Recommended