Version 11

    This pages contains some architectural notes for the design of JBossESB.

     

    WARNING: this page under construction!!

     

    Introduction

    Message Transformation will be one of the Core Services delivered with JBossESB.

     

    Smooks Transformation Services

    As well as supporting XSLT based Transformation Services, JBossESB will provide support for Milyn Smooks based Transformation Services.  See the Smooks documentation and Tutorials

     

    Of particular interest is a tutorial demonstrating how parts of a SOAP request and response can be transformed using the JavaBean and Templating Smooks Cartridges.  These "Smooks Cartridges" build on top of Smooks Core, adding support for JavaBean population (from XML) and Template based Transformation (from JavaBeans). See the tutorial.

     

    XSLT Transformation Services

    TODO...