|
Project Information
Members
Featured
Downloads
Links
|
The new mandarax is a derivation rule compiler for Java, based on ideas of the old mandarax project (an interpreter based rule engine, this project dates back to 2000), and the take rule compiler. The new mandarax has the following features:
The software is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE, Version 3. Contact us if you are interested in a commercial, non-GPL license. Update 27 Jan 2011Version 1.1.0 has been released !! The main new feature is support for includes - references to expressions that are iterables of relationship instances. This feature can be used to define (large) sets of facts outside Mandarax, for instances using relational databases or web services, and to reference (not import!) them within the rule definitions. Update 2 Dec 2010Version 1.0.1 has been released !! There is only one minor change - a new class org.mandarax.compiler.impl.FileSystemLocation that is useful to simplify compilation scripts. Update 24 Nov 2010Version 1.0.0 has been released !! There is also a sample application based on the Product Derby scenario, this application can be started (using Java web start) by clicking on this link. A manual can be found here. |