loudari.karim
loudari.karim

Reputation: 13

Generate Vaadin forms from Activiti

  1. Can I generate Vaadin forms (or simply Java beans or even html) directly from a process definition (a .bpmn20.xml or .bpmn file created using the Activiti designer plugin in Eclipse or the Activiti designer and where form properties were precised ) without coding it myself (using the Activiti source code for example)? -> by exploiting extensionElements, activiti:formProperty, activiti:value... tags.
  2. And if so, is it possible to have forms changing automatically when the process definition (form properties) change?
  3. Can I use the Activiti Explorer as a base of a production application and changing the code of the Activiti Explorer so that it meets my needs (When I import the activiti-explorer war file in Eclipse I don't find any java file to modify) (http://forums.activiti.org/content/extending-explorer) ?

Upvotes: 0

Views: 850

Answers (1)

loudari.karim
loudari.karim

Reputation: 13

According to Joram Barrez which is an Activiti Core Developer :

"1 and 2. No, currently we don't have that feature
3. Sure- that is what open source is all about. You need to clone the source code from (http://www.github.com/Activiti/Activiti/tree/master/modules) and import it in Eclipse."

Answer posted in : (http://www.forums.activiti.org/content/generate-vaadin-forms)

Upvotes: 0

Related Questions