Skip to content

openl-tablets/openl-tablets

Folders and files

NameName
Last commit message
Last commit date
Jan 4, 2025
Mar 25, 2024
Feb 28, 2025
Apr 10, 2025
Sep 10, 2024
Feb 28, 2025
Apr 9, 2025
Apr 10, 2025
Apr 9, 2025
Apr 9, 2025
Dec 14, 2023
Jun 28, 2024
Feb 8, 2024
May 19, 2022
Feb 8, 2024
Apr 9, 2025
Sep 26, 2024
Jun 28, 2024
Apr 9, 2025
Feb 1, 2024

Repository files navigation

Build Maven Central Commit activity WebSite

Easy Business Rules

OpenL Tablets targets the infamous gap between business requirements (rules and policies) and software implementation.

Designed to be straightforward and intuitive for business people, OpenL Tablets made its rules representation impressively close to documents usually created by business(it intends business requirements etc).

Users can focus on logic as all data, syntax and typing errors are checked while they write. Convenient tools help to ensure rules integrity while further using.

One-click deployment of rules as efficient, scalable and standardized services for SOA-based integration makes business logic simple to embed in application.

For Java developers, OpenL Tablets provides many rich usage scenarios in which all rules and business data are exposed through reflection-like API or wrapped as Java class.

All of OpenL Tablets is open sourced under LGPL license.

Visit our website

How to build

Requirements:

  • JDK 11+
  • Maven 3.9.9
  • Docker 27.1.1
  • Docker compose 2.29.1
  • 1 GiB RAM free
  • 2 GiB Disk space free

Build Maven artifacts:

mvn - full build with tests

Estimated build time: ~30 minutes (with all tests)

mvn -Dquick -DnoPerf -T1C - rapid building with less amount of the tests

It is possible to use the following settings:

-DnoPerf - to run tests without extreme memory limitation

-DnoDocker - to skip dockerized tests

-Dquick - to skip heavy or not important tests

-DskipTests - to skip all tests

Artifacts:

  • OpenL Studio - STUDIO/org.openl.rules.webstudio/target/webapp.war
  • RuleService WS - WSFrontend/org.openl.rules.ruleservice.ws/target/webapp.war
  • DEMO App - DEMO/target/openl-tablets-demo.zip

Build Docker images:

docker-compose build