OpenL Tablets
{{Infobox software
| name = OpenL Tablets
| logo = OpenL Tablets logo.png
| screenshot =
| caption =
| developer = EIS & OpenL team
| latest release version = 5.26.0
| latest release date = {{Start date and age|2022|05|22}}
| latest preview version =
| latest preview date =
| operating system = Cross-platform
| programming language = Java
| genre = Business rules engine
| license = LGPL 3
| website = {{URL|openl-tablets.org}}
}}
OpenL Tablets is a business rule management system (BRMS) and a business rules engine (BRE) based on table representation of rules. Engine implements optimized sequential algorithm. OpenL includes such table types as decision table, decision tree, spreadsheet-like calculator.
History
The OpenL Tablets project was started as an in-house development project in 2003 and later in 2006 was uploaded to SourceForge.[http://sourceforge.net/projects/openl-tablets/#more Project Details]
Initially it was an open-source business rule engine for Java. Starting from version 5 it became a BRMS.
Technology
OpenL Tablets engine is specially designed for business rules and uses table rules presentation. Table format enforces rules to be structured and format itself is close to tables found in various business documents.
OpenL Tablets is based on OpenL framework for creating custom languages running on Java VM. The engine is designed to allow pluggable language implementations. Currently, it uses 2 languages: table structure for rules format and java-like for code snippets in rules. Java-like language is Java 5.0 implementation with Business User Extensions.
OpenL Tablets rules are mixture of declarative programming for rules logic and imperative programming for workflow control. Table formats are flexible enough to match the semantics of the problem domain.
Tests, traces, benchmarks are integral part of the engine. It also provides powerful type definition capabilities to handle rules domain model inside rules files.
The project is written in Java, but can be used at any platform using Service-oriented architecture approach, e.g. via web service.
= Patents =
The OpenL Tablets engine has patent pending validation feature.[http://patft.uspto.gov/netacgi/nph-Parser?Sect2=PTO1&Sect2=HITOFF&p=1&u=%2Fnetahtml%2FPTO%2Fsearch-bool.html&r=1&f=G&l=50&d=PALL&RefSrch=yes&Query=PN%2F6856980 Hybrid use of rule and constraint engines]
There are usages of OpenL Tablets which may be patented.[http://appft1.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PG01&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.html&r=1&f=G&l=50&s1=%2220090077531%22.PGNR.&OS=DN/20090077531&RS=DN/20090077531 Systems and Methods to Generate a Software Framework Based on Semantic Modeling and Business Rules ]
BRMS
OpenL Tablets includes several productivity tools and applications addressing BRMS related capabilities. They include web application to edit rules called OpenL WebStudio, web application to deploy rules as web services, Rules Repository to store and manage rules, Eclipse plug-ins to work with rules projects.
{{Portal|Free and open-source software|Computer programming}}
Related systems
- CLIPS: public domain software tool for building expert systems.
- ILOG rules: a business rule management system.
- JBoss Drools: a business rule management system (BRMS).
- JESS: a rule engine for the Java platform - it is a superset of CLIPS programming language.
- Prolog: a general purpose logic programming language.
- DTRules: a Decision Table-based, open-sourced rule engine for Java.
References
{{Reflist}}
External links
- {{official website|openl-tablets.org}}
- {{GitHub|openl-tablets|Openl Tablets}}
- {{SourceForge|openl-tablets|Openl Tablets}}
- [http://marketplace.eclipse.org/content/openl-tablets OpenL Tablets at Eclipse marketplace]
Category:Free business software
Category:Free software programmed in Java (programming language)
Category:Cross-platform free software
Category:Software using the GNU Lesser General Public License