-
1. Web based example using JBPM5
salaboy21 Feb 14, 2011 6:58 AM (in response to rajeshchikhale)Hi there,
As you may know jBPM5 is agnostic to the type of the project that you want to build. Did you check the http://salaboy.wordpress.com/2011/01/01/emergency-service-drools-application/ application? it shows an use case where you can see jBPM5 + Drools Expert + Drools Fusion running all together. You can use jBPM5 in the same way inside a swing application and also inside a web application.
Greetings.
-
2. Web based example using JBPM5
rajeshchikhale Feb 14, 2011 7:28 AM (in response to salaboy21)Hi Mauricio Salatino,
Thanks for the reply.But I did not found any sample example.
-
3. Web based example using JBPM5
salaboy21 Feb 14, 2011 7:31 AM (in response to rajeshchikhale)Did you check the link that I've pasted in my previous response?
Inside the blog post there is a link to github where is hosted an application that uses jBPM5.
Did you check that?
Greetings
-
4. Web based example using JBPM5
rajeshchikhale Feb 14, 2011 7:44 AM (in response to salaboy21)I have checked below link and there is no source code available for download
-
5. Web based example using JBPM5
salaboy21 Feb 14, 2011 7:51 AM (in response to rajeshchikhale)That's the project web page. Inside that page you can find the project repository URL. Github host projects using GIT, its like SVN or CVS. You need to install GIT first and then run:
git clone git://github.com/Salaboy/emergency-service-drools-app.git
That will checkout the application source code to your machine. After that, following the instructions in the README file you can compile and run the application.
Alternatively you can browse the source code from the link that you paste. Take a look at here:
That test shows how the application can interact with the Emergency Service Business Process.
Hope it helps.
Greetings
-
6. Web based example using JBPM5
mattu16 Feb 14, 2011 11:38 AM (in response to rajeshchikhale)You could look at the GWT console. That interacts with the REST interface for jbpm.
-
7. Web based example using JBPM5
francisco_barros Feb 15, 2011 4:42 AM (in response to rajeshchikhale)Hi Mauricio!
Is the Emergency Service Drools Application going to be included as an official example app in future releases of Drools?
Do you know if there are any plans to create more examples in future releases of jBPM? Or perhaps only one more example, but more complete / complex?
Thanks!
-
8. Web based example using JBPM5
salaboy21 Feb 15, 2011 6:34 AM (in response to francisco_barros)Hi Francisco, The Emergency Service Application requires a lot of refactoring to be able to be included as part of the project. I'm trying to end some major refactors in order to get the first release ready.
About jBPM5 examples, I'm personally working on that. I have a roadmap to follow -> http://salaboy.wordpress.com/2011/01/24/announcing-jbpm5-community-training/
The set of examples will be hosted here -> https://github.com/Salaboy/JBPM5-Training-Examples, you can take a look there.. right now I'm working to finish the first example plus the 4th module of the training course (I will delay Module 3, because people wants to see examples to get started).
What do you mean with "more complete / complex example"? The emergency service app shows a business process that handles events, rules, gateways and generates meaningful logging information about the execution. Please share your thoughts and I will try to include more complexity inside that example.
Greetings
-
9. Web based example using JBPM5
francisco_barros Feb 15, 2011 6:48 AM (in response to rajeshchikhale)Hi Mauricio! Thank you very much for your attention.
I'm looking forward to the examples you are working on (and sure many others are )
"more complete / complex example" was related (used in comparison) to the evaluation example that is bundled in the jBPM distribution.
Thanks again!
-
10. Web based example using JBPM5
salaboy21 Feb 15, 2011 6:51 AM (in response to francisco_barros)Cool.. take a look at the following post:
I've explained there the emergency service process -> http://salaboy.wordpress.com/2010/12/23/drools-at-javaone-brazil-2010/
It's simple but it uses at least 60% of the features that the platform provides.
Greetings
-
11. Web based example using JBPM5
rajeshchikhale Feb 22, 2011 7:12 AM (in response to salaboy21)Hi,
I am still not able to create a simple web application using JBPM 5.Any help would be appreciated.
Thanks,
Rajesh Chikhale
-
12. Web based example using JBPM5
salaboy21 Feb 22, 2011 7:17 AM (in response to rajeshchikhale)Hi Rajesh,
Let us know the problems that you are having. Are you stuck with something? I can help you out, but I'm not sure what are your requirements.
Greetings.
-
13. Re: Web based example using JBPM5
rajeshchikhale Feb 23, 2011 1:25 AM (in response to salaboy21)Hi Mauricio,
Thanks for the reply.
As already mentioned I am very new to JBPM.I have downloaded the JBPM 5 binary distribution.I have created one sample project in eclipse of Hello World and also the customer selection project .This two projects I have executed as stand alone in eclipse.
Now I want to make this sample project to be used as Web application.So I want information/steps on creating web application(Jsp/servlets or struts or spring).I am attaching the sample project
I have other related question as below.
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.
Thanks,
Rajesh Chikhale
-
rajscripttaskhelloworld.zip 6.7 KB
-
jbpmconditionworkspace.zip 8.1 KB
-
-
14. Re: Web based example using JBPM5
rajeshchikhale Feb 28, 2011 4:14 AM (in response to salaboy21)Hi Mauricio,
I sn still struggling, Any help would be appreciated.