Many other (older) producs currently include functionality that in more recently products would be done with an ESB. The process engine is best for doing long running workflow processes. Calling services of different types is , as described above, possible by writing your own actionhandlers or inplementing one that can call an ESB. The latter is what we (in the company i work for) are doing. It will be a generic actionhandler (10 lines of code) that calls the ESB (currently mule, but it will be JBoss ESB once it is released). The data we transfer is an xml document of a map of variables. We are even thinking of ditiching the xml document an just use a (hash)map of variables
hth View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945189#3945189 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945189 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
