cancel
Showing results for 
Search instead for 
Did you mean: 

Use of Activiti in a Web Application.

cereb
Champ in-the-making
Champ in-the-making
Who used the activiti in a web application? How did you do?
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
Using Activiti in a webapp is a matter of just dropping the activiti-engine jar + dependencies.
The  you need to have the ProcessEngine booted somehow, eg by declaring it as a Spring bean or by using a ServletContextListener, etc.

stroobat
Champ in-the-making
Champ in-the-making
Yes, that's the way we use it in our project.