I have a standalone Java application, for which i have to integrate an Rules Engine. I should define Rules using a properties file or XML file. I need to have Rules Engine to read these rules defined in properties or XML file and accordingly implement code in application.
Any such Rules Engine (open-source), i can use it for my application. Please note that i do not want any Rules Engine which i need to deploy in Application Server or Web Server. I need to have some sort of jar file, where i can directly use this for my application.
Please guide me if there are any such Rules Engine i can make use of?