cancel
Showing results for 
Search instead for 
Did you mean: 

Simple Java WebApp using Activiti

dave984
Champ in-the-making
Champ in-the-making
I would make a simple webapp built in Java to use in association with Activiti engine.
Something to use as a starting point like this http://goo.gl/dpWPNK …not in AngularJS but in Java. Someone knows about a similiar project?

Thanks
5 REPLIES 5

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,
Following link could help you:
http://www.activiti.org/userguide/#getting.started.including.libs

Regards
Martin

dave984
Champ in-the-making
Champ in-the-making
Hi Martin, thanks for answering…i've already read something about the integration of Activiti…i was wondering if there is an existing project based in Java for use the BPM created through Activiti…something like the project i've shared based in AngularJS…

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

I do not know what do you want to see in this project. ( I do not have any simple one.)

Create one from https://github.com/Activiti/activiti-unit-test-template
Just create Main class in src/main/java and put content from the test to the main() method.

Regards
Martin

dave984
Champ in-the-making
Champ in-the-making
What about Activiti Explorer?

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

you can find activiti-explorer in the activiti source on the github.

Regards
Martin