• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Enterprise Service Bus

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone explain the concept of Enterprise Service Bus? And also if any tutorial available.

Thanks in advance.
Abhijeet
 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

ESB is primarily used for integration of heterogenous applications. It is more like an integration infrastructure.

An ESB supports governance, message translation, routing. It incorporates the JBI (the java business integration spec)


ESB is a key feature of the SOA stack. Where you have rich UI communicating to web services, you have a BPEL engine for orchestrating the web services. The message routing and translation between the source and the target application will be handled by the ESB.

mule is a good open source ESB. You can check out the site mule.org to download and work on samples.

check out this link it will be helpful

http://www.oracle.com/technology/tech/soa/mastering-soa-series/index.html

Purushottaman
 
Abhijeet Vaidya
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot Purushottaman.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic