Library for rendering BPMN 2.0 in a browser

牧云@^-^@ 提交于 2019-12-02 15:59:20

Activiti

http://activiti.org/

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?

There is a package called bpmn-js from bpmn.io that is open sourced. It can be found here:

http://bpmn.io/blog/posts/2014-bpmn-js-viewer-is-here.html

With little effort you can create your own renderer. The blog post http://www.pleus.net/blog/?p=2142 explains how to do it.

The camunda BPMN rendering library: https://github.com/camunda/camunda-bpmn.js You can see a demo here: http://camunda.org/share/

The jBPM web-based editor (which currently has a dependency on guvnor, but that's being worked on) picks up where oryx left off. It's getting fairly mature, and the devs are quite responsive to bug reports/feature requests. You can output in PNG, PDF, and SVG formats.

http://surdilovic.wordpress.com/2012/04/10/jbpm-designer-version-2-1-released/

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.

camunda-bpmn.js project is not active, you can try bpmn-io/bpmn-js and see a demo: http://demo.bpmn.io/

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

Exporting BPMN diagrams to SVG & XHTML was available in web based Oryx editor. But that project is discontinued. If you can build the source code and get Oryx Editor to work, you can manipulate the generated SVG via javascript.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!