Integration of activiti rest with exisiting spring mvc webapp

cancel
Showing results for 
Search instead for 
Did you mean: 
akshayburjwal
Active Member

Integration of activiti rest with exisiting spring mvc webapp

Jump to solution

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 Solution

Accepted Solutions
akshayburjwal
Active Member

Re: Integration of activiti rest with exisiting spring mvc webapp

Jump to solution

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 solution in original post

3 Replies
akshayburjwal
Active Member

Re: Integration of activiti rest with exisiting spring mvc webapp

Jump to solution

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 

kgastaldo
Senior Member

Re: Integration of activiti rest with exisiting spring mvc webapp

Jump to solution

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

sayikumar
Member II

Re: Integration of activiti rest with exisiting spring mvc webapp

Jump to solution

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