xml serialization - Serialize Eclipse Graphical Models (e.g. BPMN Diagram) to XML -
i'm working on project have build graphical process modeler proprietary bpm (business process management) system made in java. i'm mentioning software proprietary because not follow international standards bpel, bpmn, xpdl, , vital information answers may get.
my intended approach use eclipse gmf create standalone rcp application, similar bonita studio, business analysts graphically model business processes , deploy process model web application.
this application has internal wizard-like process modeler, rudimentary. modeler has functionality import , export models in custom, defined xml format, proprietary , has no international standards.
what need persist graphical model created eclipse gmf rcp application i'm developing custom xml format. way can invoque import function in web application , process deployed. need able reverse: open custom process in xml format eclipse rcp , show in graphical manner.
so, need is:
i need save graphical diagram in custom xml format , open custom xml file in format , show graphical diagrams
thank help!
gmf using emf models store diagrams. emf models able map xml, xsl stylesheet transformation might enough in cases map model custom xml format , vice versa.
Comments
Post a Comment