Menu

Tree [fbf070] default /
 History

Read Only access


File Date Author Commit
 .github 2020-12-31 Yury Molchan Yury Molchan [58a6b1] Fix connection resetting in GitHub CI/CD
 DEMO 2021-01-01 Yury Molchan Yury Molchan [fbf070] Happy New Year 2021!
 DEV 2020-12-31 Yury Molchan Yury Molchan [887e06] Deprecate DecisionTableHelper.createVirtualGrid...
 Docs 2020-09-03 Yury Molchan Yury Molchan [9c2592] Merge
 EXT 2020-12-24 Jenkins Jenkins [628658] [maven-release-plugin] prepare for next develop...
 ITEST 2020-12-30 Yury Molchan Yury Molchan [d4a853] EPBDS-10976 Fix tests
 STUDIO 2020-12-31 Nail Samatov Nail Samatov [0824d4] EPBDS-10952 Fix Sonar issues for MultiModuleIns...
 Util 2020-12-31 Nail Samatov Nail Samatov [62a36b] EPBDS-10981 openAPI scaffolding: Rename "OpenAP...
 WSFrontend unknown
 site 2018-07-13 Yury Molchan Yury Molchan [b9eec5] OpenL Tablets logo 250x250 PNG
 .hgignore unknown
 .hgtags 2020-12-24 Jenkins Jenkins [40bc4c] [maven-release-plugin] copy for tag release-5.2...
 .travis.yml unknown
 OpenL_Code_Style.xml unknown
 README.md unknown
 pom.xml 2020-12-30 Yury Molchan Yury Molchan [5021cd] Mojara v2.3.9 is the latest official release. B...

Read Me

Build
Maven Central

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 8
  • Maven 3.6.3
  • 512 MiB RAM free

Build command:

mvn clean verify

Estimated build time: ~15 minutes

Build artifacts:

  • WebStudio - STUDIO\org.openl.rules.webstudio\target*.war
  • RuleService WS - WSFrontend\org.openl.rules.ruleservice.ws\target*.war
  • DEMO App - DEMO\org.openl.rules.demo\target*.zip