-
15. Re: Web based example using JBPM5
rajan01 Aug 24, 2011 1:28 AM (in response to rajeshchikhale)Hi Rajesh I am struggling with the same problem you have some months ago..
I think you go through with this.
Please tell me what to do make a web-application with jBPM5 on JBoss.
-
16. Re: Web based example using JBPM5
freeliuade Sep 16, 2011 3:38 AM (in response to rajeshchikhale)Hi, all
I also struggling on this, I'm try to build all jbpm needed jars to my web application. and put the war to tomcat, the hello world works fine.
not sure if it's recommend way.
-
17. Re: Web based example using JBPM5
tsurdilovic Sep 16, 2011 6:24 PM (in response to rajeshchikhale)>> There are two tools ie Guvnor repository and Jbpm-console.From one of the examples I understood that Guvnor is used to build the binary package for the the business process and Jbpm-console is used to view the processes.Please could you explain me the usage of these two tools. <<
Guvnor is used to manage your asset in a web-based multi-user environment. It serves as a single point of truth for all of your business assets. Guvnor stores your assets in a JCR repository (default apache Jackrabbit) and allows you to group your assets into packages, which can be compiled into binary files (.pkg). These package files can then be used by external applications (like the jbpm console) to create knowledge sessions from.
jBPM console allows you to manage your process instances (start new instances, get a list of running instances, inspect the state of an instance etc) among other things.
Console can query pkg files created in Guvnor.
I understand you are new to jBPM and we are very glad to help, but I think reading the documentation first would help you answer a number of your questions: http://docs.jboss.org/jbpm/v5.1/userguide/, http://docs.jboss.org/drools/release/5.3.0.Beta1/drools-guvnor-docs/html_single/index.html.
Hope this helps.
-
18. Re: Web based example using JBPM5
bpmn2user Sep 21, 2011 11:31 PM (in response to rajan01)Rajesh and Rajan,
Here is an example:
http://community.jboss.org/people/bpmn2user/blog/2011/09/21/jbpm5-web-example
-
19. Re: Web based example using JBPM5
rajan01 Sep 21, 2011 11:40 PM (in response to bpmn2user)Thanks bpmn2user.
I ll look into this and revert you back.
Regards
-
20. Re: Web based example using JBPM5
jamunas Jul 31, 2012 3:28 AM (in response to bpmn2user)You can also look into this http://planet.jboss.org/post/combining_jbpm_and_jsf. though it is jbpm 4, it will help you integrating.
-
21. Re: Web based example using JBPM5
vadro Aug 10, 2012 4:24 AM (in response to salaboy21)Hi, Mauricio!
Would you be so pleased to create instruction for creating project with "Emergency..." app in Eclipse or IntelliJ Idea?