[rules-users] How to create global functions?

dhai sdhari at hotmail.com
Tue Apr 14 18:32:35 EDT 2009


Thanks Mark. 

What do you mean by package scoped? In my scenario I have all rules with
same package declaration but in various .DRL files. Is it possible I create
common function in one file and use them in others? If yes, please write
some code to explain it.

We do not want to use Java static method as we have 2 different projects,
one for authoring the rules and another business application will use the
rules. By creating faction in Java classes add dependencies for the rules.
We will need to deploy Java classes with the rules.


Mark Proctor wrote:
> 
> dhai wrote:
>> Is it possible to create functions global and call them from various .drl
>> files? I have common code that I want to call from various consequences
>> of
>> rules written in separate .drl files. I do not want to write helper Java
>> class.
>>   
> functions are currently scoped to their package namespace. You can 
> always use static methods on a class in external java code and import 
> those from any .drl.
> 
> Mark
> 
> 
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
> 
> 

-- 
View this message in context: http://www.nabble.com/How-to-create-global-functions--tp23031639p23049316.html
Sent from the drools - user mailing list archive at Nabble.com.




More information about the rules-users mailing list