Valath
Valath

Reputation: 920

Activiti + Spring MVC integration OR Vaadin

New in BPM world and trying to understand the opensource tools for web project. Following are my doubts:

Is Vaadin build over activiti Or just gui components like bootstrap?

Upvotes: 1

Views: 830

Answers (3)

Abbas Kararawala
Abbas Kararawala

Reputation: 1254

Yes, Activiti Community version is built on Vaadin. And Yes, you can create your own custom UI by using activiti's Rest APIs to make query on your running activiti process engine.

Upvotes: 0

Greg Harley
Greg Harley

Reputation: 3240

BP3 produces an Angular framework that handles all the Activiti REST communication. Check it out here: http://www.bp-3.com/brazosopen/

Upvotes: 0

Joram Barrez
Joram Barrez

Reputation: 301

You can build your own UI on top of the Activiti java/REST API's. Many people do this. There is nothing special here (hence why you won't find specialized Actviti REST + UI docs), as it's a REST API that you call like many others.

It's worth to note that the next version of Activiti (v6) will move from Vaadin to AngularJS.

Upvotes: 2

Related Questions