Commit Graph

616 Commits (00603574667ab78cdb14d401bfb3e26955cf4288)
 

Author SHA1 Message Date
benas 6a1dc82f4d update README.md 12 years ago
benas c15be90eba update tutorials with new core APIs 12 years ago
benas 8a5c3063f6 - Introduce Rule interface as rule abstraction
- Make JmxManagedRule interface extend Rule interface since it adds Jmx Management capability
- Introduce basic implementation classes for Rule and JmxManagedRule interfaces to be extended by easy rules users.
12 years ago
benas b0b40df5c9 fix typo 12 years ago
benas 36dbf8446e update order tutorial to make suspect order rule configurable via JMX at runtime 12 years ago
benas 5fc8eb0895 add feature to make rules manageable and configurable via JMX at runtime 12 years ago
benas e53ab844ac make parameter setter methods available in RulesEngine interface to be used by easy rules clients to configure the engine 12 years ago
benas d2133c26b9 fix bug : first rule can already exceed priority threshold, so the check should be done before applying first rule 12 years ago
benas 7ca0b7c652 remove duplicate code by reusing constructor with parameters 12 years ago
benas 312f88bfcc fix typo 12 years ago
benas 4108208361 fix typo 12 years ago
benas 2849e5f511 Simplify Easy Rules API : evaluating conditions and performing actions are encapsulated in the same Rule class. The user can delegate these tasks to others objects if needed. Easy Rules v1.1 is now really easy! 12 years ago
benas a49aff0867 remove email from contribution section in documentation 12 years ago
benas f9b96864d1 add documentation 12 years ago
benas 6705db9c1c add project URL 12 years ago
benas fe60f165b2 First commit 12 years ago