I have a drool 6 work bench. I am trying to read the rules from work bench and execute them in stand alone java application. Is there any way to download the drl file using URL from the workbench. Please write the code as well as I am new to drools
相关问题
- Is there any means by which I could evaluate the t
- How to get Spring to wire my JmsComponent
- Browser cache files not getting updated after a ne
- SSL redirection from Apache to Wildfly
- JPA LazyInitializationException when returning a J
相关文章
- Intermittent “sslv3 alert handshake failure” under
- what is the difference between no-loop and lock-on
- Compile drools guided decision table into rules
- What versions of Jackson are allowed in JBoss 6.4.
- jboss war deployed listener
- Exception handling at individual rule level - Droo
- Drools Rules Template - first invocation 1000 time
- JBoss AS 5 database connection pool re-connect rou
your pom.xml should have these dependencies
or your classpath file should have these jars
drools-templates-6.0.0.Final.jar slf4j-api-1.7.5.jar drools-compiler-6.0.0.Final.jar mvel2-2.1.7.Final.jar
antlr-runtime-3.5.jar
poi-ooxml-3.9.jar
poi-3.10-beta2.jar
commons-lang-2.4.jar
xstream-1.4.3.jar
protobuf-java-2.5.0.jar
org.eclipse.jdt.core-3.7.1.jar
First create Java application, include all drools 6 based binary dependencies. For that you can create Maven driven java application. include following dependencies in POM.xml file.. it will download all dependencies in your local maven repository.
also specify the profile in pom.xml :
In main.java