Writing a Mediator in WSO2 ESB – Part 2

December 16, 2007

In this article I will show you how to write a custom mediator and enhance it to support Domain Specific XML configuration. This approach is called Domain Specific Modelling (DSM) and helps you make your WSO2 ESB or Apache Synapse mediators simpler and easier to reuse.

Read the article at http://wso2.org/library/2936


Writing a Mediator in WSO2 ESB – Part 1

December 12, 2007

WSO2 ESB comes with an assortment of useful mediators to filter, transform, route and manipulate messages. When the existing mediators come short, you can write your own mediators to implement your specific business requirements. Your custom mediators can be plugged into WSO2 ESB quite easily. After adding them to ESB they function as first class citizens the same as core mediators which come with the product. The custom mediators can be distributed in packaged form which can be installed in another WSO2 ESB instance. In this article I will show you how to write a custom mediator to extend the WSO2 ESB or Apache Synapse functionality to fulfill your business requirements.

Read the article at http://wso2.org/library/2898


Writing a Task in WSO2 ESB

December 8, 2007

A task in WSO2 ESB or Apache Synapse allows you to run a piece of code triggered by a timer. This way you can run scheduled jobs after specified intervals. In this article I will show you how to write a task for the WSO2 ESB which allows you to run scheduled jobs to support your business requirements.

Read the article at http://wso2.org/library/2900