-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
43 lines (31 loc) · 907 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Seam Forge jBPM5 plugin.
Getting started
###############
1) Install Plugin
forge list-plugins --all
forge git-plugin git://github.com/michaelschuetz/plugin-jbpm5.git
(specific tag: --ref "0.4")
2) Create new Seam Forge project
new-project --named jbpm5-sandbox --topLevelPackage com.acme
scaffold setup
scaffold create-indexes
3) Initialize jBPM5 and setup sample process
jbpm5 setup
jbpm5 scaffold
Current features
################
This plugin configures plain WAR-based Java EE 6 project (eays to generate wiht Forge):
* Maven dependencies
* sample process
* sample Bean including Knowlesge-Session
* sample JSF access
Next steps
##########
* setup jBPM5 console
* persistence support
* exposing Service within AS container
* real CDI-Integration
* Lifecycle annotations?
* cleaning up
--> Forge Jira issue: https://issues.jboss.org/browse/SEAMFORGE-220
Any help and feedback welcome!! (-: