[rules-users] Rules Deployment

Geoffrey De Smet ge0ffrey.spam at gmail.com
Tue Aug 21 07:44:38 EDT 2012


In the simplest case, just add the drl files as classpath resources.
For example:
   src/main/resources/org/domain/myRules.drl
get copied to
   target/classes/org/domain/myRules.drl
get copied to
   target/myWar.war!WEB-INF/classes/org/domain/myRules.drl

Op 21-08-12 12:12, RulesUsers schreef:
> Hi all,
>
> We are using rules in our java based project that connects to jboss for jms.
> To implement rules, we include drools specific jar files in the code itself.
> When this code is executed, rules also get executed and our purpose is
> served.
> Rules file is written manually and is called from within the java code.
>
> Going forward, we want to deploy java application together with rules on
> jboss.
>
> I want to know the standard way of doing it ?
>
> Please provide pointers on this.
>
> Regards
> Samya Maiti
>
>
>
> --
> View this message in context: http://drools.46999.n3.nabble.com/Rules-Deployment-tp4019302.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>




More information about the rules-users mailing list