views:

71

answers:

1

I've implemented a system of web services using Eclipse / Apache Axis2 / GlassFish. Now I need to extends the system's functionality through BPEL. What's the most straightforward way of achieving this?

I've found numerous examples on how to use BPEL in Apache ODE, so should I add ODE to my existing application (and, if so, how)? I wouldn't want to have to develop this part using Tomcat or NetBeans or something else. But, if I would benefit from moving my application to another IDE/server, I wouldn't mind, as long as I have the entire solution under a "single roof" :)

Thanks in advance.

A: 

Moved everything to Netbeans 6.7.1

Dejan