Top "Drools-fusion" questions

Drools Fusion (event processing/temporal reasoning) – provides for complex event processing (Source: Wikipedia)

Compare dates in drools

My rule file as below, import com.springapp.mvc.model.Person; dialect "java" rule "4" when $person:Person(((date > "20-Jan-2015") &…

java jboss drools drools-guvnor drools-fusion
Retrieving facts of a specific type from working memory

Instead of retrieving all facts i need to retrieve specific type of facts from working memory. i learnt that i …

drools drools-fusion