|
Service Orientated Java Business Integration
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.
CONTENTS:
Chapter 1,Why Enterprise Service Bus
Chapter 2,Java Business Intergration
Chapter 3,JBL Container -ServiceMix
Chapter 4 Binding-The Conventional Way
Chapter 5 Some XFire Binding Tools
Chapter 6 JBI Packaging and Deployment
Chapter 7 Developing JBI Components
Chapter 8 Binding EJB in a JBI Container
Chapter 9 POJO Binding Using JSR181
Chapter 10,Bind Web Services in ESB
Chapter 11,Access Web Services Using the JMS Channel
Chapter 12,Java XML Binding using XStream
Chapter 13 JBI Proxy
Chapter 14,Web Service Versioning
Chapter 15,Enterprise Integration Patterns in ESB
Chapter 16 Sample Service Aggregation
Chapter 17 Transactions,Security,Clustering,and JMX
Index
|