Monday, March 1, 2010

Service-Oriented Java Business Integration

414 pages | Mar, 2008 | PDF | 4,2 Mb The book first discusses the various integration approaches available and introduces Enterprise Service Bus (ESB), which is a new Architectural pattern which can facilitate integrating services. ESB provides different forms of mediation services including routing and transformation. Java Business Integration (JBI) provides a collaboration framework which provides standard interfaces for integration components and protocols to plug into, thus allowing the assembly of Service Oriented Integration (SOI) frameworks following the ESB pattern. JBI is based on JSR 208, which is an extension of Java 2 Enterprise Edition (J2EE). Once JBI and ESB are introduced, we look at how we have been doing service integration without either of the above using traditional J2EE. The book then slowly introduces ESB and showcases with the help of code, how easily things can be done using JBI. * Assemble services and port it across containers using JBI * Expose EJB as WSDL compliant service across firewalls * Bind remote services onto the ESB to be consumed internally * Expose local components in ESB like POJO as WSDL compliant services to be accessible externally. * Provide a web service gateway for external consumers * Access web services over reliable transport channel like JMS * Implement web service versioning using ESB * Implement service aggregation at ESB * Transactions, Security, Clustering & JMS in ESB. Links (4,2 Mb) Quote:http://rapidshare.com/files/100857161/Service_Oriented_Java_Business_Integration_www.softarchive.net.zip