can we use JBoss BPM Suite to develop and create web projects? if the answer is yes, where to start?
Asked
Active
Viewed 61 times
1 Answers
0
It not possible to create web project in BPM Suite. For web project you have to use IDE. In BPM Suite you can create only project(jar) which contains assets like BPMN porocess, rule file, and data objects,..etc

Abhijit Humbe
- 1,563
- 1
- 12
- 13
-
you mean by IDE jboss-developer-studio? – ibra123k Jul 03 '17 at 08:33
-
if i need to develop web project using business process, then i must use IDE ( jboss-developer-studio)? – ibra123k Jul 03 '17 at 08:37
-
Yes IDE means Eclipse or JBoss developer studio. There are two approaches to use bpmn process in web application. 1. Create BPMN process in web designer, build project and place kjar into web application classpath. 2. Create BPMN files through BPMN2 plugin available in IDE and place them in web application classpath. – Abhijit Humbe Jul 03 '17 at 08:42
-
last question: can i generate web pages from BPMN process? – ibra123k Jul 03 '17 at 11:21
-
no, web pages are different and BPMN process is different. – Abhijit Humbe Jul 04 '17 at 01:45
-
then what is the benefit to place kjar into web application? – ibra123k Jul 04 '17 at 06:34
-
All the BPMN/rule files will be at one place and it will be easy for you to replace with new versions. – Abhijit Humbe Jul 04 '17 at 13:03