Library for rendering BPMN 2.0 in a browser

DodoFXP picture DodoFXP · Nov 28, 2011 · Viewed 16.7k times · Source

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 do anything other than displaying it). Bonus points if said library is also able to render/display petri nets.

The solution should be open source.

Thanks!

Answer

s.Daniel picture s.Daniel · Oct 12, 2012

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?