Book Image

WSO2 Developer's Guide

By : Ramón Garrido, Fidel Prieto Estrada
Book Image

WSO2 Developer's Guide

By: Ramón Garrido, Fidel Prieto Estrada

Overview of this book

WSO2 Enterprise Integrator brings together the most powerful servers provided by the WSO2 company for your SOA infrastructure. As an Enterprise Service Bus (ESB), WSO2 Enterprise Integrator provides greater flexibility and agility to meet growing enterprise demands, whereas, as a Data Services Server (DSS), it provides an easy-to-use platform for integrating data stores, creating composite views across different data sources, and hosting data services. Using real-world scenarios, this book helps you build a solid foundation in developing enterprise applications with powerful data integration capabilities using the WSO2 servers. The book gets you started by brushing up your knowledge about SOA architecture and how it can be implemented through WSO2. It will help build your expertise with the core concepts of ESB such as building proxies, sequences, endpoints, and how to work with these in WSO2. Going further, you will also get well-acquainted with DSS data service concepts such as configuring data services, tasks, events, testing, and much more. The book will also cover API management techniques. Along with ESB and DSS, you will also learn about business process servers, the rules server and other components that together provide the control and robustness your enterprise applications will need. With practical use cases, the book covers typical daily scenarios you will come across while using these servers to give you hands-on experience.
Table of Contents (14 chapters)

Preface

This book will help you explore the various capabilities of WSO2, from simple and generic to more complex and powerful. It will give you an introduction to a service-oriented architecture in general and is focused on the WSO2 world in order to put into context the principles and the target area where we can apply the knowledge and the techniques outlined in the book. This book will help the reader understand the SOA architecture even without any prior knowledge of it, making the book readable for everyone interested in learning to develop with WSO2 servers, with or without prior experience.

We will also learn how to use mediators to create APIs and proxy services, with which we can perform different actions such as transforming the payload or making a conditional route inside to create smarter web services. We will also learn how to handle the quality of service configuration to apply security, throttling, and caching to the services.

When we develop a service, it is important that it does the actions that its design for, and always gives the same response for the same request. For this reason, it's important that we test our services and debug all that we need. We don't speak about giving more functionality to our services, but about logging and testing them.

The last section will mainly focus on integrating the WSO2 EI with other servers using different protocols. We will learn how to use the VFS protocol to work with files: read, write, move, and so on. Using the JMS protocol, we will learn how to integrate with the WSO2 Message Broker that is inside the WSO2 EI. We will also have a brief introduction to a new programming language called Ballerina, which will be the future of the company.