From: <ani...@jb...> - 2005-07-30 21:26:59
|
Alejandro, a suggestion is to look at the new deployment model, JBossWS team is working on. Use of JSR181 annotations which simplifies the development model. We do have preview release available for it. The use of annotations greatly helps JBoss Web Services for ejb3 deployment. Doing Saaj programming will bring limited dependencies, but you will be doing all the work of creating soap messages on one end and parsing and dispatching on the other end. This work is better handled by the Jax-WS (Jax-rpc formerly) mechanism. I do not know the details of jbpm3 requirements. Hence if I have spoken with the wrong requirements, I apologize. Just some suggestions. Anil View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887505#3887505 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887505 |