We managed to restored the entire OpenESB wiki at logicoy.com. Here is the index page : http://www.logicoy.com/wikilogicoy/Wiki.jsp@page=PageIndex.html
Home » Posts tagged "openesb"
Writing JBI Composite Applications Using JavaEE Service Engine

Most of the JBI composite applications in OpenESB are written using BPEL Service Engine. This is because BPEL allows us to orchestrate various webservices. But what if one wanted to write a simple composite application without using BPEL. Let’s say someone wants to use an...
Working with XSLT Service Engine: Part 2

Project summary: In This project, I am going to do xml to xml transformation using Service Bridge. Please Check working with XSLT Service Engine Part 1 for more details about XSLT Service engine and sample project for Request-Reply service of XSLT service Engine. In this...