Docker Image for OpenL Tablets Demo
7.4K
Use a docker compose file to run DEMO-like scenario.
OpenL DEMO is a standalone application with configured OpenL RuleServices WS, OpenL WebStudio and a H2 Database as a deployment repository for 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.
Please, visit http://openl-tablets.org/ for more information.
To run the OpenL Tablets Demo:
$ docker run -d --rm -p 9080:8080 openltablets/demo:5.27.15
After application starts you can test it by visiting http://localhost:9080/webservice or http://localhost:9080/webstudio in a browser.
-e JAVA_OPTS="-XX:MaxRAMPercentage=50.0" -size of allocated memory as percentage of all available memory (90% by default)Content type
Image
Digest
sha256:19470333c…
Size
296.3 MB
Last updated
4 months ago
docker pull openltablets/demo:5.27.15