-
1. Re: Suggest book or document links for jBPM5.1 to newbie..
Esteban Aliverti Aug 24, 2011 5:43 AM (in response to Rajan Bansal)1 of 1 people found this helpfulOne of the major problems in jbpm5.1 is its lack of documentation. Or at least a central place to find it.
The first place you need to look at is the official documentation:
- User Guide: http://docs.jboss.org/jbpm/v5.1/userguide/
- API: http://docs.jboss.org/jbpm/v5.1/javadocs/
Kris Verlaenen's blog (jBPM5 lead):
Salaboy's Blog (Community lead ????):
- http://salaboy.wordpress.com/
- He is also writing a book about jBPM5.x. Should be out in a couple of months (??)
I have a bunch of basic examples using JBPM5:
When you feel confortable enough, you can start playing with emergency-service application. It tries to be a blue-print implementation of jBPM5 and Drools:
-
2. Re: Suggest book or document links for jBPM5.1 to newbie..
Shobhit Tyagi Aug 24, 2011 6:00 AM (in response to Esteban Aliverti)1 of 1 people found this helpfulAlso go through the blog by bpmn2user.
http://community.jboss.org/people/bpmn2user/blog
I found it very useful.
Regards.
-
3. Re: Suggest book or document links for jBPM5.1 to newbie..
Rajan Bansal Aug 24, 2011 6:41 AM (in response to Rajan Bansal)Thanks roxy and esteban..
I'll refer these links
Regards.
-
4. Re: Suggest book or document links for jBPM5.1 to newbie..
Rajan Bansal Aug 24, 2011 8:46 AM (in response to Rajan Bansal)http://docs.jboss.org/jbpm/v5.1/javadocs/
This link contain packages org.drools or related.
Please tell me, where API for org.jbpm or related found, because I want to know about claases TaskClient, MinaTaskClientHandler, MinaTaskClientConnector, BlockingGetContentResponseHandler etc..
Regards.
-
5. Re: Suggest book or document links for jBPM5.1 to newbie..
Mauricio Salatino Aug 24, 2011 8:57 AM (in response to Rajan Bansal)you know.. the best documentation for an open source project is the source code. If you want to know more about those specific classes you can directly look at the code and help us to improve the current docs. By the way, if you take a look at the master repository you will see that new classes and interfaces were added this last week:
http://github.com/droolsjbpm/jbpm
Cheers