Business Process Modeling in NetBeans IDE
Join the DZone community and get the full member experience.
Join For Freegaurav gupta is a senior software engineer working on the bpmn workflow engine. he's created several plugins for netbeans ide, notably the js css minify compress plugin ( here ) and the jbpmn plugin, which is the topic of this interview. the plugin provides netbeans ide tools for working with business process modeling notation (bpmn).
the plugin can be accessed here, including for netbeans ide 7.4 and 8.0 beta, together with screencasts and tutorials:
http://plugins.netbeans.org/plugin/50735/jbpmn
hi, gaurav, why did you create the bpmn plugin?
business process modeling notation is an increasingly important standard for process modelling and has enjoyed high levels of adoption, so the specific intent of the jbpmn plugin is to create a bpmn modeler that supports the complete bpmn specification and can be integrated by multiple bpmn engine vendors into netbeans ide. as a result, different bpmn engine vendors will not need to create separate bpmn modelers for netbeans ide.
another reason i created this plugin was to bring the netbeans community closer to the bpm community because bpmn has become the de-facto standard for business process modeling.
also, when we talk about "netbeans vs eclipse", the basic conclusion is that netbeans is much more intuitive and easy to use, while eclipse has a wider range of third-party plugins support from more companies. in that context, i have taken this initiative to create the bpm plugin to help the netbeans community.
what would you consider to be the best features of the bpmn plugin?
- the jbpmn nb modeler is a graphical modelling tool which allows the creation and editing of bpmn process diagrams.
- it provides debugging supports for jbpm 5.0.
- it is bpmn engine vendor neutral, can be used by any vendor or generated xml, and can run on any bpmn engine which adopts the bpmn 2.0 standard.
here's another screenshot:
what are the future development plans for this plugin?
- to cover the complete bpmn ssecification with user friendly gui and properties support.
- jbpmn currently supports only the bpmn process model, it will also support the bpmn conversation model.
- it will also provide support to extends the modeller with your own palette elements, properties, and generated xml tags.
- it will provides debugging supports for jbpm 6.0, activities, and also extensions so that any bpmn engine vendor can integrate debugging functionality within jbpmn.
- it will also provide a netbeans modeler platform api, which any business modeller can use to easily build solutions such as a bpmn conversation model.
Opinions expressed by DZone contributors are their own.
Comments