Give you a tour of the Business Resource Planner component for resource planning in JBoss BRMS with two examples, a vehicle routing solution and a cloud load balancing solution.
There are two options available to you for using this demo; local and containerized.
-
Add products to installs directory.
-
Run 'init.sh' or 'init.bat'.
-
Start JBoss BPMS Server by running 'standalone.sh' or 'standalone.bat' in the /target/jboss-eap-6.4/bin directory
-
Run web examples at http://localhost:8080/jboss-business-resource-planner
The following steps can be used to configure and run the demo in a docker container
-
Add product installer to installs directory.
-
Copy contents of support/docker directory to the project root.
-
Build demo image
docker build -t jbossdemocentral/business-resource-planner-demo .
-
Start demo container
docker run --it -p 8080:8080 -p 9990:9990 jbossdemocentral/business-resource-planner-demo
-
Run web examples at http://DOCKER_HOST:8080/jboss-business-resource-planner
Additional information can be found in the jbossdemocentral container developer repository
-
3 shockingly easy ways into JBoss rules, events, planning & BPM
-
Red Hat JBoss BPM Suite - all product demos updated for version 6.0.2.GA release
See the tagged releases for the following versions of the product:
-
v1.2 - JBoss Business Resource Planner from JBoss BPM Suite 6.2, JBoss EAP 6.4.4 and example application installed.
-
v1.1 - JBoss Business Resource Planner from JBoss BPM Suite 6.1, JBoss EAP 6.4.0 and optional containerized installation.
-
v1.0 - JBoss BRMS 6.0.3, JBoss EAP 6.1.1 and optional containerized installation.
-
v0.9 - Migrated to JBoss Demo Central and updated windows init.bat support.
-
v0.8 - JBoss BRMS 6.0.3, JBoss EAP 6.1.1, and Planner example war installed.
-
v0.7 - moved to JBoss Demo Central.
-
v0.7 - JBoss BRMS 6.0.2, JBoss EAP 6.1.1, and Planner example war installed.
-
v0.6 - JBoss BRMS 6.0.1, JBoss EAP 6.1.1, and Planner example war installed.
-
v0.5 - JBoss BRMS 6.0.0, JBoss EAP 6.1.1, and Planner example war installed.
-
v0.4 - JBoss BRMS 6.0.0.CR2, JBoss EAP 6.1.1, and Planner example war installed.
-
v0.3 - JBoss BRMS 6.0.0.CR1, JBoss EAP 6.1.1, and Planner example war installed.
-
v0.2 - JBoss BRMS 6.0.0.Beta, JBoss EAP 6.1.1, and Planner example war installed.
-
v0.1 - JBoss BRMS 6.0.0.Beta1, JBoss EAP 6.1, and Planner example war installed.
![Cloud Balancing] (https://github.com/jbossdemocentral/business-resource-planner-demo/blob/master/docs/demo-images/cloud-balancing.png?raw=true)
![Vehicle Routing] (https://github.com/jbossdemocentral/business-resource-planner-demo/blob/master/docs/demo-images/vehicle-routing.png?raw=true)