Postagens

Mostrando postagens com o rótulo WSO2

"Beginning WSO2 ESB" - A beginner to expert guide for learning WSO2 ESB

Imagem
I'm glad to announce that my first book " Beginning WSO2 ESB " has published with  Apress publications .  In this post, I would like to share some of the key highlights of the book.  Why " Beginning WSO2 ESB"?  The book 'Beginning WSO2 ESB’ provides a comprehensive coverage of the fundamentals of  WSO2 ESB  and its capabilities, through real-world enterprise integration use cases. Hence this book is well suited for both the readers who are getting started with WSO2 ESB as well as who are already familiar with WSO2 ESB.  Also, WSO2 ESB has drastically evolved over the last several years and now it's in the 5th generation. There's been a lot of new features added while some of the existing features got deprecated. Therefore, there is an increasing demand to have a central place to understand the new features along with the best practices of using existing features. This book is fully up-to-date with the latest WSO2 ESB 5.0 version. Hence you will ...

Building a connected Retail IT architecture - "Connected Retail Reference Architecture"

Imagem
This is a recent white paper that I have written on building a Connected Retail IT Architecture using a middleware platform. Here we discuss about the typical structure of a Retail IT system and the common problems that we face when building an agile Retail IT. This provides a reference architecture for any Retail IT system and then I try to realize it with the WSO2 Middleware platform. To become a successful business in the ever-changing retail market, the retail business must have a connected retail IT architecture. This retail IT system should be able to connect with existing legacy systems, services, and data. At the same time, it would need to cater to demanding customer needs, flexibility, and agility in exploring new markets, expanding IT capabilities inside and outside the organization (SaaS), and enhance overall performance of the IT system. This white paper will discuss the importance of creating a connected retail system today and explain how a complete middleware platform c...

WSO2Con 2013 - WSO2 Enterprise Integration Platform: ESB and More

Imagem
Paul and myself will be doing a tutorial on ESB and Enterprise Integration at WSO2Con 2013 .  Our main focus will be on Enterprise Integration and how we can use WSO2 ESB  to solve common integration problems. PRE-CONFERENCE TUTORIALS Colombo - Thursday 7th February London - Tuesday 12th February Business success requires seamless information and event flow across departments, customers, partners, and systems. Heterogeneous message formats, protocols, identity tokens, and high message volumes often challenge integration teams. As teams scale Service-Oriented Architecture (SOA) principles of sharing, re-use, and loose coupling across integration participants and interconnect integration endpoints, an enterprise integration blueprint should include a robust and high-performance Enterprise Integration Platform. The Enterprise Service Bus is a core of this platform, enabling interconnection, mediation, management and transformation. Additionally, Registry, Message Broker and Data...

Enterprise Service Integration with WSO2 ESB

Service Chaining/Service Orchestration  R ecently, I wrote an article on Service Integration with WSO2 ESB. The main objective of that article is to demonstrate how multiple business functionalities can be integrated as an aggregated virtual service. Service Integration is a common integration problem that many organizations need to solve. This article, gives you a comprehensive understanding on how we can integrate a set of services with the use of the WSO2 ESB. An overview of fundamental concepts relating to WSO2 ESB is briefly explained, while a typical service integration scenario in healthcare is implemented from scratch. For more information please refer [1] [1]  http://wso2.org/library/articles/2012/11/enterprise-service-integration-wso2-esb

WSO2 ESB 4.5.0 Released !!!

Imagem
We have just released WSO2 ESB 4.5.0, the High Performance Open Source ESB,which is the first ESB version based on enhanced WSO2 Carbon 4 platform.  I would like to give an high level overview of WSO2 ESB 4.5.0's new features and improvements.  XPath 2.0 and XSLT 2.0 support In most of the integration scenarios, we need to leverage the new features of XPath 2.0 and XSLT 2.0. WSO2 ESB 4.5.0,  comes with XPath 2.0 and XSLT 2.0 support. Also, we did a major performance enhancement with the introduction of Saxon as the deafult XSLT/XPath engine.   JSON  Integration is all about handling diverse message types. In that context, JSON plays a major role as numerous APIs are exposed via JSON.  In ESB 4.5.0, we introduce a brand new JSON implementation, which can be used to Streaming JSON (JSONStreamFormatter and JSONStreamBuilder) messages through ESB. In case, if we need to mediate message based on the message content (rather than streaming), th...

Mobile Service Integration with WSO2 - Two Degrees Mobile case study

Imagem
Two Degrees  is a major mobile service provider in New Zealand and recently they have shared their SOA success stories with WSO2 Middleware platform. After evaluating, proprietary as well as open source ESBs,  Two Degrees has decided to uses WSO2 ESB and WSO2 BPS for mobile service orchestration and integration. Quoting, Two Degrees' Software Development Manager Neeraj Satija - "With WSO2 Carbon, we’ve found a strong middleware platform that is enabling us to deliver the innovation, high volume and high performance required to be a mobile market leader." which reflect the power of having a SOA platform rather than a mediation or orchestration engine. The case study can be download from here .

Gregor Hohpe : The author of Enterprise Integration Patterns - Keynote speaker at WSO2Con 2011

Imagem
"Enterprise integration remains harder than it really should be. While integration is inherently complex, I felt that one of the major stumbling blocks is the lack of a common vocabulary and body of knowledge around asynchronous messaging architectures used to build integration solutions. Under the guidance of Martin Fowler and Kyle Brown, I teamed up with Bobby Woolf to create such a language in the form of 65 integration patterns" That's a phrase from the introduction of the book "Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions" by Gregor Hohpe,  Staff Software Engineer, Google Inc. and Bobby Woolf. If you talk to any Enterprise Service Bus(ESB) vendor/developer or a SOA architect, you'll never found a person who haven't read 'Enterprise Integration Patterns' book. Even some ESB vendors use the pattern templates(same images etc.) discussed in the book for their graphical flow designing tools of ESB (eg. F...

A closer look at WSO2 ESB 4.0.0

Imagem
WSO2 ESB v4.0.0 Released - 13th June 2011 WSO2 ESB is a fast, lightweight and user friendly open source Enterprise Service Bus (ESB) distributed under the Apache Software License v2.0. WSO2 ESB allows system administrators and developers to easily configure message routing, intermediation, transformation, logging, task scheduling, fail over routing and load balancing. It also supports transport switching, eventing, rule based mediation and priority based mediation for advanced integration requirements. The ESB runtime is designed to be completely asynchronous, non-blocking and streaming based on the Apache Synapse mediation engine. WSO2 ESB 4.0.0 is developed on top of the revolutionary WSO2 Carbon platform (Middleware a' la carte), an OSGi based framework that provides seamless modularity to your SOA via componentization. This release also contains many new features and a range of optional components (add-ons) that can be installed to customize the behavior of the ESB. Further, an...

WSO2 ESB - An answer to Enterprise Service Integration

Imagem
In the modern enterprise, complex business requirements are increasingly satisfied by a combination of new and existing services. Getting the right bits of information at the right place, at the right time, in the right format, and with the right protocol can be a challenge. The WSO2 Enterprise Service Bus (ESB) provides a simple solution to this integration problem by providing a rich set of integration capabilities for robust, scalable and seamless integration of such services. Topics covered include: Understanding the basics: mediators and mediation flows, proxy services, endpoints End-to-end scenario on service integration using the WSO2 ESB Heterogeneous service integration and complex message mediation features. Register Now Thursday, 10th February 2011 9:00 AM - 10:00 AM (PST) Presenter: Kasun Indrasiri Thursday, 10th February 2011 10:00 AM - 11:00 AM (GMT) Presenter: Kasun Indrasiri

Retrospective - WSO2 Con 2010

Imagem
The first ever WSO2Con 2010 was successfully concluded on 15th of September 2010. It was a giant step in the Sri Lankan Software Industry where a Sri Lankan based company was able to held a world class conference that touches the cutting edge technologies in the Enterprise Middle-ware world. Being a member of the WSO2Con samples team, I was involved in the development of the sample scenario on the perspective of WSO2 ESB. It was an exciting couple of days that all of us worked with tremendous determination of making it a success. So, finally it paid off.. everything went very smoothly and the demo was a near perfection. Both Carbon and Stratos demos of the shopping cart app was a real success and we were able to use most of the WSO2 Products in that demo. Azeez's presentation of the demo on top of Cloud went really well. Panel Discussion I developed the ESB related configurations and integrated the all the components through the WSO2 ESB. I would like to explain the complete scen...

Understanding Cloud Computing

Imagem
'Cloud Computing', a buzz words that is frequently pops out in modern day discussions with IT professionals. Being a buzz word, Cloud Computing has proven to be a confusion term with respective to most IT fields. So, rather than 'defining' Cloud Computing, its worthy to write about how it has evolved during last few years and then go for the conceptual things on Cloud Computing. Business App Nightmare Nowadays, every modern business has an Enterprise Business Application as its backbone. For instance, for a given company, it may require a Business App, to manages its human resources and to support its business process in efficient manner. Traditional Business Applications are too complex and too expensive. A traditional Business App often have most of these characteristics. Often required to have a dedicated datacentre and office space with power,cooling, bandwidth, network, servers and storage. Consists of a complicated software stack and required a team of exprets to ...

WSO2 Stratos - 100% Open Source Cloud Computing Platform

Imagem
WSO2 announced the debut of WSO2 Stratos , the first 100% open source cloud platform for enterprise applications. WSO2 Stratos offers organizations of all sizes a fully hosted application platform-as-a-service (PaaS). Try it Out WSO2 Stratos Services Download - WSO2 Stratos WSO2 Cloud Connectors Using WSO2 Stratos, IT professionals can build and deploy applications and services with instant provisioning of enterprise servers, including the portal, enterprise service bus (ESB), and application server. WSO2 Stratos is built on top of and extends WSO2 Carbon—the award-winning, OSGi-compliant middleware. WSO2 enters the emerging market for enterprise PaaS. WSO2 Stratos provides IT organizations with three key benefits: Productivity: cut project time using the automated, integrated and highly scalable infrastructure of WSO2 Stratos. Cost reduction: optimize datacenter utilization and pay only for what is actually used. Control: govern all applications and services with built-in governance ...