In my current project, i need to use drools so, any one can help about some sample workflows with examples and the 开发者_运维问答tutorials also.
Thanks in advance!
Regards' Hari
Best is to simply start with the Drools Flow manual: https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/docs/drools-flow/html/index.html
Lots of other useful information in the blog entries: http://blog.athico.com/search/label/Drools%20Flow
and some examples can be found here: http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-examples/drools-examples-drl/
and here as part of the unit tests (Process*Test.java): http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/
Kris
精彩评论