Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » MDT (Model Development Tools) » [BPMN2] Creating a visual editor with GMF
[BPMN2] Creating a visual editor with GMF [message #649476] Wed, 19 January 2011 12:15 Go to next message
Marcel Michel is currently offline Marcel MichelFriend
Messages: 10
Registered: January 2011
Junior Member
Hi,
I'm trying to build with GMF a visual editor for BPMN2.
During the workflow you have to define an ecore Domain Model and to derive other necessary models.
Which ecore Domain Model must be defined for this step? In the model directory are four different Domain-Models present.
And which Diagram-Element I've to select during derivation?
I've already tried out some configurations with no success.

Thanks for your help!
Re: [BPMN2] Creating a visual editor with GMF [message #650585 is a reply to message #649476] Tue, 25 January 2011 15:58 Go to previous messageGo to next message
Henning Heitkoetter is currently offline Henning HeitkoetterFriend
Messages: 21
Registered: April 2010
Junior Member
Hello,
I guess you have to choose BPMN20.ecore as your domain model.

The root element would be Definitions, but be aware that there is not always a perfect match between visual diagram and underlying BPMN2 model.

Regards,
Henning
Re: [BPMN2] Creating a visual editor with GMF [message #650710 is a reply to message #650585] Wed, 26 January 2011 08:55 Go to previous messageGo to next message
Marcel Michel is currently offline Marcel MichelFriend
Messages: 10
Registered: January 2011
Junior Member
Hi Henning,

thank you for your response.

Henning wrote on Tue, 25 January 2011 10:58
there is not always a perfect match between visual diagram and underlying BPMN2 model


Yeah, that is right. There are several mismatches during the creation of the mapping model. It seems, that I've to repair it by myself.
Re: [BPMN2] Creating a visual editor with GMF [message #655783 is a reply to message #650710] Tue, 22 February 2011 15:50 Go to previous messageGo to next message
Christophe Bouhier is currently offline Christophe BouhierFriend
Messages: 937
Registered: July 2009
Senior Member
Hi There,

I have been looking for a BPMN2 GMF diagram editor, which could be
integrated into a product. I noticed JBoss, has BPMN2 (jbpm5) project
with (two?) visual editor(s) .

http://hudson.jboss.org/hudson/job/jBPM5-release/lastSuccess fulBuild/artifact/target/jbpm-5.0.0-docs-build/jbpm-docs/htm l/index.html

Is there some common effort, from Redhat/JBoss and Eclipse community for
this? (I think the limited icon set from the MDT project are the coolest
though :-) and the drools guys, have not been bothered on the icons for
sure! )


Cheers Christophe
p.s. Also noticed, the bpmn2.ecore contains a diagram object, so I guess
it's diagram ready!


On 26-01-11 09:55, Marcel wrote:
> Hi Henning,
>
> thank you for your response.
>
> Henning wrote on Tue, 25 January 2011 10:58
>> there is not always a perfect match between visual diagram and
>> underlying BPMN2 model
>
>
> Yeah, that is right. There are several mismatches during the creation of
> the mapping model. It seems, that I've to repair it by myself.
Re: [BPMN2] Creating a visual editor with GMF [message #663038 is a reply to message #650710] Sat, 02 April 2011 15:45 Go to previous messageGo to next message
Riccardo  is currently offline Riccardo Friend
Messages: 6
Registered: March 2011
Junior Member
Hi Marcel!

Did you create a BPMN20 editor? If yes, how?
I tried to do following this guide http://wiki.eclipse.org/Graphical_Modeling_Framework/Tutoria l

But when i try to create "A graphical definition" the system crash... (without errors and only with BPMN20 ecore).

if you have successfully created BPMN2 editor can you send me it?, or explain how i can do it!

thanks



Re: [BPMN2] Creating a visual editor with GMF [message #667367 is a reply to message #663038] Thu, 28 April 2011 11:28 Go to previous messageGo to next message
Marcel Michel is currently offline Marcel MichelFriend
Messages: 10
Registered: January 2011
Junior Member
Hi Riccardo,

sorry for the bad news, I've stopped working on a graphical editor for bpmn2, cause of several mismatches during derivation...

Hope there will be soon a graphical editor of the eclipse modeling team.
Re: [BPMN2] Creating a visual editor with GMF [message #676800 is a reply to message #667367] Mon, 06 June 2011 14:56 Go to previous messageGo to next message
Robert Brodt is currently offline Robert BrodtFriend
Messages: 811
Registered: August 2010
Location: Colorado Springs, CO
Senior Member

Hi all,

We (Red Hat/JBoss) are working on a BPMN2 editor which will eventually become an eclipse project. Check it out here: http://www.eclipse.org/proposals/soa.bpmn2-modeler

Cheers!
Bob
Re: [BPMN2] Creating a visual editor with GMF [message #698396 is a reply to message #663038] Tue, 19 July 2011 12:21 Go to previous messageGo to next message
premkumar  is currently offline premkumar Friend
Messages: 5
Registered: July 2011
Junior Member
Did you create a BPMN20 editor? If yes, how?

if you have successfully created BPMN2 editor can you send me it?, or explain how i can do it!

[Updated on: Tue, 19 July 2011 12:23]

Report message to a moderator

Re: [BPMN2] Creating a visual editor with GMF [message #698564 is a reply to message #698396] Tue, 19 July 2011 17:44 Go to previous messageGo to next message
Robert Brodt is currently offline Robert BrodtFriend
Messages: 811
Registered: August 2010
Location: Colorado Springs, CO
Senior Member

The project landing page is at http://eclipse.org/bpmn2-modeler but it's not much to look at just yet ( baby steps Smile

The update site is here:
http://download.eclipse.org/bpmn2-modeler/site/
Note that the BPMN2 metamodel plug-ins are still not available from any eclipse update site, so I've created a temporary home for them here:
http://download.eclipse.org/bpmn2-modeler/bpmn2/site/
These have to be installed in your eclipse workbench first, before installing the editor.

If you want to build the editor from sources, you can clone the GIT repository thusly:
git clone http://git.eclipse.org/gitroot/bpmn2-modeler/org.eclipse.bpmn2-modeler.git
and then run "mvn -P platform-indigo clean install" on the project (there's also a helios profile).

There's also a mailing list to which you can subscribe at https://dev.eclipse.org/mailman/listinfo/bpmn2-modeler-dev
Re: [BPMN2] Creating a visual editor with GMF [message #699233 is a reply to message #698564] Thu, 21 July 2011 06:50 Go to previous message
premkumar  is currently offline premkumar Friend
Messages: 5
Registered: July 2011
Junior Member
Thanks Bob.

But the code giving the above link is developed using Graphiti, Can u send me the GMF code.

Previous Topic:[MDT-OCL] Use OCL in UML and Ecore
Next Topic:BPMN2 export/serialization without xsi:Type
Goto Forum:
  


Current Time: Sat Apr 20 04:05:42 GMT 2024

Powered by FUDForum. Page generated in 0.04196 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top