Library for rendering BPMN 2.0 in a browser

后端 未结 9 602
清歌不尽
清歌不尽 2021-01-30 18:31

For a science project I\'d need to render/display a BPMN 2.0 model in a web browser. Are there any libraries available to only render the diagram? (I don\'t need to edit it or

相关标签:
9条回答
  • 2021-01-30 19:29

    https://github.com/dmitryfar/diagram-viewer Created for Activiti using REST. But you can just return jsons from you server for processdefinitions and etc. Based on RaphaëlJS.

    0 讨论(0)
  • 2021-01-30 19:29

    Not that I know of.. it would be great to find one. If you take a look at the jBPM5 project you will find that there is an eclipse plugin to render BPMN2 models, we can extract the logic and create a rendering layer for web applications. When you mention "display in a browser" usually means a lot of things. Are you thinking in just a simple PNG? because the eclipse plugin already provide that export functionality. Cheers

    0 讨论(0)
  • 2021-01-30 19:30

    Activiti

    http://activiti.org/

    • pretty advanced
    • Java
    • developed by several vendors, e.g. http://signavio.com (free for university use: http://academic.signavio.com/ ) - the mentioned Red Hat jBPM product seems to build upon activiti as well.

    Oryx

    http://code.google.com/p/oryx-editor/

    • discontinued, Activiti is the successor

    Rigrr

    http://rapilabs.com/software/rigrr

    • Simple (html, js)
    • alpha
    • new (2012)

    WAPAMA

    http://www.wapama.net/

    • development stale
    • pre alpha

    JUNG

    http://jung.sourceforge.net/

    • flexible
    • java
    • ugly Java Browser Plugin required

    ps: You question in very vague. e.g. you should let us know what kind of Library are you looking for? What is your coding envoironment?

    0 讨论(0)
提交回复
热议问题