In last weeks’ blog I looked at the milestones in systems integration from EDI in the 1970s to the distributed computing architectures of the late 1990s, now we’ll move onto the New Millennium and the following:
Developments in the New Millennium were boosted by Extensible Markup Language (XML) and Simple Object Access Protocol (SOAP). XML with schema definitions was a set of guidelines providing data formats in simple text. This made the creation and exchange of custom data structures possible. SOAP, based on XML, was transport protocol neutral, and language independent, and so opened the door for enterprise service integration using Web services:
Both Web services and BPEL were widely adopted by the IT and business community, and replaced the 90’s EAI (Enterprise Application Integration) stack.
Over a period of time it became apparent that BPEL was an overhead in application integration. And systems integration architectures in the early 2000s were still subject to vendor lock-in and not always enabled by web services.
The Java Business Integration (JBI) specification is a common standard for Java-based applications, and is used to address the BPEL overhead. JBI defined an architectural pattern called Enterprise Service Bus (ESB), an application abstraction layer used to mediate between the integration components, via WSDL (Web Services Description Language) to describe the functionality offered by a Web service, and Message Oriented Middleware (MOM) like JMS (Java Message Service) or WMQ (WebSphere MQ).
Two major companies, IBM and BEA (WebLogic) were not part of the JBI specification and have followed other integration paths for Java applications.
Most of the key players in systems integration - TIBCO, BEA, Oracle and IBM - follow a composite application model called Service Component Architecture (SCA). SCA is not an alternative to ESB, rather it is a way of combining different kinds of implementations, either involving mediation through ESB or a simple BPEL orchestration of abstract WSDL interfaces.
Similar to EAI, the way of running services through WSDL and the various ways of composite application development combined, is called Service Oriented Architecture (SOA). SOA is widely adopted for both inter and intra systems integration, but the industry began to encounter issues with XML and SOAP that impacted application performance.
ServiceMix and Mule are two notable ESB implementations that delivered critical areas of improvement. The benefits:
If you would like to find out more about how Systems Integration could help you make the most out of your current infrastructure while enabling you to open your digital horizons, then give us a call or email us at Salesforce@coforge.com
Other useful links:
EDI to API – The evolution of systems integration, Part 1
API Recipes with MuleSoft Anypoint Platform