需要 drools 工作流程示例和教程材料
在我当前的项目中,我需要使用 drools,因此任何人都可以通过示例和教程来帮助了解一些示例工作流程。
提前致谢!
问候' 哈里
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好是从 Drools Flow 手册开始:
https: //hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/trunk/target/docs/drools-flow/html/index.html
博客条目中有很多其他有用的信息:
http://blog.athico.com/search/label/Drools%20Flow
一些示例可以在这里找到:
http://anonsvn.jboss .org/repos/labs/labs/jbossrules/trunk/drools-examples/drools-examples-drl/
此处作为单元测试的一部分(Process*Test.java):
http ://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/integrationtests/
克里斯
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