[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: How to store my workflow model to this structure

Alex Shatalin åé:
Hello jiezi,

So you says using "Initialize  .. diagram" popup menu action on
exising *.XPDL file."
Right. You have to create your diagram definition, generate code with GMF, ececute new instance of eclipse (just like you do to create new instance of diagram) and in this instance get existing *.XPDL file with the model information in it and try to initialize new diagram for it using popup menu action..

which type of editor is used to open the exising *.XPDL file" and find
GMF-generated diagram editor editing selected root diagram element from *.XPDL file.

-----------------
Alex Shatalin


Thank you ,finally I decide using GEF to make this workflow designers, I have research some workflow designers,like TIBCO Studio and Java Workflow Tooling Project in www.eclipse.org, they all choose gef+emf instead of GMF ,maybe GMF have some problem with the WFMC XPDL Schema,
like how to construct the pairs of tags in the persistence file which are hidden in GMF Diagram(e.g.<processes></processes>).