Simple Java WebApp using Activiti

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2015 03:47 AM
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
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
Labels:
- Labels:
-
Archive
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2015 05:35 AM
Hi,
Following link could help you:
http://www.activiti.org/userguide/#getting.started.including.libs
Regards
Martin
Following link could help you:
http://www.activiti.org/userguide/#getting.started.including.libs
Regards
Martin

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2015 06:31 AM
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…
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2015 06:41 AM
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
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2015 11:28 AM
What about Activiti Explorer?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2015 02:08 AM
Hi,
you can find activiti-explorer in the activiti source on the github.
Regards
Martin
you can find activiti-explorer in the activiti source on the github.
Regards
Martin
