-
Hi, this is a interesting projects and I wonder if it is possible to migrate the Eclipse BPMN project to this platform? What would be the best way to start? === |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Ralph, right, one of the goals of EMF.Cloud and GLSP is to support and facilitate the migration of existing EMF-based modeling tools including diagram editors by enabling reasonable reuse. For instance, we created an initial version of the Eclipse Ecore diagram editor, which can imho be considered a migration that is roughly comparable to yours: https://github.com/eclipse-emfcloud/ecore-glsp As the front-end, however, is based on an entirely different technology stack than the BPMN editor (is it Graphiti?), the frontend needs to be rewritten; that is, the graphical notation needs to be re-implemented based on GLSP (and Sprotty, which is used as an SVG-based rendering framework in GLSP). I think I would start with creating a read-only diagram view from your model (and notation if you want to stay compatible) instance based on GLSP and then continue adding editing support incrementally. |
Beta Was this translation helpful? Give feedback.
Hi Ralph,
right, one of the goals of EMF.Cloud and GLSP is to support and facilitate the migration of existing EMF-based modeling tools including diagram editors by enabling reasonable reuse. For instance, we created an initial version of the Eclipse Ecore diagram editor, which can imho be considered a migration that is roughly comparable to yours: https://github.com/eclipse-emfcloud/ecore-glsp
As the front-end, however, is based on an entirely different technology stack than the BPMN editor (is it Graphiti?), the frontend needs to be rewritten; that is, the graphical notation needs to be re-implemented based on GLSP (and Sprotty, which is used as an SVG-based rendering framework in GLSP).
…