openltablets/webstudio
Docker Image for OpenL Tablets WebStudio
50K+
OpenL WebStudio is an IDE-like WEB application for creation, editing, testing and debugging OpenL Tablets rules.
5.27.10
5.27.x
latest
5.26.17
5.26.x
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 WebStudio:
$ docker run -d --rm -p 9080:8080 openltablets/webstudio
After application starts you can test it by visiting http://localhost:9080 in a browser.
To use a specific version, please use a versioned tag. You can view the list of available versions in the Docker Hub Registry.
$ docker run -d --rm -p 9080:8080 openltablets/webstudio:[TAG]
-e JAVA_OPTS="-XX:MaxRAMPercentage=50.0"
-size of allocated memory as percentage of all available memory (90% by default)$ docker run --rm -d -p 9080:8080 -v ./postgresql-42.7.1.jar:/opt/openl/lib/jdbc.jar openltablets/webstudio
docker pull openltablets/webstudio