cancel
Showing results for 
Search instead for 
Did you mean: 

Integration of activiti rest with exisiting spring mvc webapp

akshayburjwal
Champ on-the-rise
Champ on-the-rise

Is there any way to access activiti rest's exposed API's in an existing spring mvc webapp project (not a spring boot project ) . i was able to figure out some content at acitiviti.org but all the content is specific to spring boot.

i tried to do similar approach with my webapp but noting works.

1 ACCEPTED ANSWER

akshayburjwal
Champ on-the-rise
Champ on-the-rise

I figured it out what mistake i was doing. i just need to add the controllers package from the jar to the mvc servlet dispatchers 

View answer in original post

3 REPLIES 3

akshayburjwal
Champ on-the-rise
Champ on-the-rise

I figured it out what mistake i was doing. i just need to add the controllers package from the jar to the mvc servlet dispatchers 

Thanks for the update. This will be really helpful if someone else has the same issue. Glad you were able to sort it out!

Could you share the steps to integrate Activiti-rest with Spring MVC(Not Spring Boot) in detail