https://github.com/sterlp/jee7-activiti
JEE
https://github.com/sterlp/jee7-activiti
activiti jee jee7
Last synced: 3 months ago
JSON representation
JEE
- Host: GitHub
- URL: https://github.com/sterlp/jee7-activiti
- Owner: sterlp
- Created: 2017-09-02T14:02:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T11:28:09.000Z (over 7 years ago)
- Last Synced: 2025-07-19T17:01:28.825Z (3 months ago)
- Topics: activiti, jee, jee7
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JEE 7 Activiti integration
[Blog post and description](http://sterl.org/2017/09/jee-7-activiti-integration/)
## REST Endpoints
1. GET __http://localhost:8080/jee7-activiti/api/hello__ -- Returns the current process count
2. POST __http://localhost:8080/jee7-activiti/api/hello__ -- Starts a new process## DB Integration
Review the __samplebe__ table, for each POST a new entry is added here.
## Open
* Include the Activiti UI
* Add sample with user task
* Programmatic bootstrap of Activiti
* Add a test# Links
* https://www.activiti.org/quick-start
* https://www.activiti.org/userguide/#cdiintegration