On 02/27/2013 10:52 AM, Roco Martínez de la escalera Tapias wrote:
I am building a web based BPEL editor with a catalogue of available web services. I have started with my own Graphical interface, parsing a resulting JSON to the BPEL, WSDL and deploy files. These are then deployed in Apache ODE. It works with a simple example but I am starting to be aware of some issues that might bring my whole project down.

I am now considering to use BPEL Designer Editor. I have no idea how to approach these integration. Is there any way I can adapt the eclipse plugin to a webApp? Any code I could use to integrate the editor on a webApp?
I think the only way to embed a GEF-based editor to a webapp is to use Eclipse RAP. See http://eclipse.org/rap/ . Some underlying plugins of this editor (such as model classes and parser) could probably be embedded directly into a webapp.

HTH
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat <http://www.jboss.org/tools>
My blog <http://mickaelistria.wordpress.com> - My Tweets <http://twitter.com/mickaelistria>
_______________________________________________
bpel-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/bpel-dev

Reply via email to