How to Integrate Drools Flows and Rules with my web application [closed]
Questions asking for code must demonstrate a开发者_如何学Python minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this questionsorry for my language,My question is how to Integrate Drools technology to my web-application,please tell me step by step because i am a learner so please tell me.I already read this document(http://downloads.jboss.com/drools/docs/5.1.1.34858.FINAL/drools-flow/html/ch14) but i need more clarity that means fully architecture or please send me any u r sample web-app with Drools technology as a ZIP file or war file. i will unzip then copy in to my eclipse workspace. Please i will report any sample web-application with drools on tomorrow to my Project lead.
Thanks, Abhi.
No, you should never, ever unzip a JAR file like that. Just add it to your classpath by putting it in your WEB-INF/lib and start writing classes.
精彩评论