On Tue, Feb 10, 2009 at 1:59 PM, Tammo van Lessen <tvanles...@gmail.com>wrote:
> Hi Denis, > > Denis Weerasiri wrote: > > I'm interested in implementing a interactive debugging tool for WS-BPEL > > developers on Apache ODE which enables to set breakpoints, and > watch/inspect > > instance variables as GSOC project. > > Cool. > > > These days I'm developing a WS-BPEL status tracking tool which generate > an > > SVG flow diagram based on the BPEL code, and view the instance variable > > values and the activity details of the running instances. I used the ODE > > Management API for that. But it seems that ODE doesn't provide any API > for > > handling breakoints. > > Very cool. I believe the SVG rendering may become the most challenging > part. To fully support BPEL you'd need to also consider <flow>+<links> > constructs with can express directed acyclic graphs. Hi, Thanks for the heads up. Upto now I haven't implemented that <links> part yet. But I'll consider on that. Best Regards, Denis This is most likely > a bit tricky to layout as it mixes blocks and graphs. But it would be > awesome to have such a view it in Ode. In case you need a GSOC mentor, > don't hesitate to ask. > > Best, > Tammo > > -- > Tammo van Lessen - http://www.taval.de >