Re: GSOC project ideas

2009-03-24 Thread Denis Weerasiri
Hi all, I have prepared a project proposal for the *Web-based BPEL debugger for Apache ODE* GSOC project. Following is the link to the proposal. http://wiki.apache.org/general/ddweerasiri/GSOC2009Proposals/WebBasedBPELDebuggerForApacheODE Please feel free to send your feedbacks, so that I can

Re: GSOC project ideas

2009-03-19 Thread Matthieu Riou
On Thu, Mar 19, 2009 at 4:46 AM, Denis Weerasiri ddweeras...@gmail.comwrote: Hi all, I studied how the ODE Management API is deployed as a web service during the startup of ODE in order to deploy the debugging functionality as a web service programatically during the startup of ODE. So I

RE: GSOC project ideas

2009-03-12 Thread Decker, Gero
Hi everyone, we are developing an open source process modeling tool that runs in the web browser. You might have already heard about the Oryx project (http://bpt.hpi.uni-potsdam.de/Oryx for users and http://code.google.com/p/oryx-editor/ for developers). It specifically supports BPMN 1.2 and

RE: GSOC project ideas

2009-03-12 Thread Decker, Gero
Hi everyone, we are developing an open source process modeling tool that runs in the web browser. You might have already heard about the Oryx project (http://bpt.hpi.uni-potsdam.de/Oryx for users and http://code.google.com/p/oryx-editor/ for developers). It specifically supports BPMN 1.2 and

Re: GSOC project ideas

2009-03-12 Thread Paul Brown
Hi, Gero -- I thought it was an excellent idea both times you sent it. :) Any thought to using canvas in place of the SVG? My initial experiments with it (non-Ode-related) have shown better performance and uniformity between browsers (FF/Safari). Best. -- Paul On Mar 12, 2009, at 9:44

Re: GSOC project ideas

2009-03-12 Thread phan huy
Hi Gero, As I introduced in the Hello Email, I'm going to participate in GSoC 2009 with the Web-based BPEL debugger for Apache ODE project. So, I have something to say about your suggestion. First, I tried Oryx and found it's a excellent environment for BPEL modeling as well as debugging. I

Re: GSOC project ideas

2009-03-12 Thread phan huy
Dear Ciaran, Oh, thanks for reminding me about the license. The license of open source edition of ExtJS is GPLv3. I don't know too much about kind of licenses. Could you please give me more information about the two kind of licences ? Since Oryx is using ExtJS, can we interate it with Apache ODE

Re: GSOC project ideas

2009-03-12 Thread Alex Boisvert
On Thu, Mar 12, 2009 at 12:39 PM, Ciaran ciar...@gmail.com wrote: I don't believe that EXTJS' license is compatible with the existing ODE licenses? Would this not cause you some issues ? It depends what is meant by incompatible. The GPLv3 is compatible with ASLv2 although it is Apache

Re: GSOC project ideas

2009-03-12 Thread phan huy
Hmm, maybe I should wait for more responds from Oryx and AODE developers. 2009/3/13 Alex Boisvert boisv...@intalio.com On Thu, Mar 12, 2009 at 12:39 PM, Ciaran ciar...@gmail.com wrote: I don't believe that EXTJS' license is compatible with the existing ODE licenses? Would this not cause

Re: GSOC project ideas

2009-03-12 Thread Tammo van Lessen
Hi, The core of Oryx is AFAIK MIT licensed. It's just the editor part that uses extjs. For a debugger we'd only need a minimal Oryx server, which would be in this case also under MIT license (no extjs, no GPL). Gero may correct me if I'm wrong. So I don't see any license issues in that case.

Re: GSOC project ideas

2009-03-12 Thread phan huy
before that step. Cheers, Gero Von: Tammo van Lessen [tvanles...@gmail.com] Gesendet: Donnerstag, 12. März 2009 21:11 An: dev@ode.apache.org Betreff: Re: GSOC project ideas Hi, The core of Oryx is AFAIK MIT licensed. It's just the editor part

Re: GSOC project ideas

2009-02-26 Thread Denis Weerasiri
Hi all, On Tue, Feb 10, 2009 at 4:00 AM, Matthieu Riou matthieu.r...@gmail.comwrote: On Sun, Feb 8, 2009 at 8:29 AM, Denis Weerasiri ddweeras...@gmail.com wrote: Hi, I'm interested in implementing a interactive debugging tool for WS-BPEL developers on Apache ODE which enables to set

Re: GSOC project ideas

2009-02-26 Thread Denis Weerasiri
Hi all, These days I'm testing the code implementations regarding basic debugging features. So I feel I should go through the following steps to test the basic debugging features. (I use ODE1.x branch) 1) Start a bpel server and initiate a simple (HelloWorld2) process. (eg. By using

Re: GSOC project ideas

2009-02-11 Thread Daniel Schleicher
Hi, based on the Pluggable Framework there is also an implementation of the Management Framework for BPEL that uses WS-RF to access BPEL activities via Web services. It could be used to get the state of a BPEL activity in a running process: van Lessen, Tammo; Leymann, Frank; Mietzner, Ralph;

Re: GSOC project ideas

2009-02-10 Thread Tammo van Lessen
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

RE: GSOC project ideas

2009-02-10 Thread Oliver Kopp
Hi Denis, These days I'm developing a WS-BPEL status tracking tool which generate an SVG flow diagram based on the BPEL code, How does your code relate to http://blogs.sun.com/toxophily/entry/open_esb_tip_generating_svg ? and view the instance variable values and the activity details of the

Re: GSOC project ideas

2009-02-10 Thread Paul Brown
On Feb 9, 2009, at 2:30 PM, Matthieu Riou wrote: On Sun, Feb 8, 2009 at 8:29 AM, Denis Weerasiri ddweeras...@gmail.comwrote: 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

Re: GSOC project ideas

2009-02-09 Thread Matthieu Riou
On Sun, Feb 8, 2009 at 8:29 AM, Denis Weerasiri ddweeras...@gmail.comwrote: Hi, 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. Sweet! Really good idea