Monday, March 26, 2007

Rules

For rules engine java has specified specification called JSR94.
In this there are rule admin and rule client apis.
Using admin api you can register new rules.
And using client api you can execute those rules.

There are various rule engines which are opensource, licensed.
The actual deployment , coding etc. of the rule engine is not specifed by the JSR. JSR only specifies the rule engine usage.

No comments: