cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti REST API -- Engine with Spring

arag
Confirmed Champ
Confirmed Champ
"process engine will be built in the Spring way: First the Spring application context is created and then the process engine is obtained from that application context."

What means Spring way??? somebody can help me with an example of Spring application context please
7 REPLIES 7

arag
Confirmed Champ
Confirmed Champ
please i don't understand how i can do the mapping?

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

If I understood your post correctly, you should get familiar with spring at first (there are plenty of tutorials on the web).

Regards
Martin

arag
Confirmed Champ
Confirmed Champ
ok thanks for the suggestion.. but i have another question… how i can change activiti rest, if i will need to modify some part… 

jbarrez
Star Contributor
Star Contributor
The rest webapp is a Spring MVC application. The source is open … so you can do whatever you want. But you'll need to be a bit more specific if you expect to receive some help.

arag
Confirmed Champ
Confirmed Champ
i want to change the user, i don`t want to use kermit

Thanks for the help



jbarrez
Star Contributor
Star Contributor
Then you don't need to change code. Those demo users are created using the properties (and can be disabled).
You can also create users using the REST API itself of course.

arag
Confirmed Champ
Confirmed Champ
Thanks!! it works