A repository to share workshops for Red Hat JBoss BPM Suite and BRMS
This is a simple app showing how to use BRMS in a Spring MVC application, derived from Maciej Swiderski's Spring jBPM App
- JDK 1.7
- JBoss Developer Studio or Eclipse with maven and JBoss Tools installes
- EAP 6.4
- EAP 6.4 configured as a server in JBDS/Eclipse to run with standalone-full.xml profile
- git
- Clone this repo:
git clone https://github.com/sherl0cks/bxms-workshops.git
- Import bxms-workshops/brms-spring-mvc-workshop into JBDS/Eclipse as a maven project
- Run
mvn clean install
in JBDS\Eclipse on the root project (brms-spring-mvc) - Import bxms-workshops/kie-server.war into JBDS/Eclipse as a war file.
- Clone the business rules project:
git clone https://github.com/sherl0cks/workshop-business-rules
- Import workshop-business-rules\brms-spring-mvc into JBDS/Eclipse as a maven project
- Run
mvn clean install
in JBDS\Eclipse on the business-rules project - In JBDS/Eclipse, Right click->Run-As->run on server for spring-mvc-war. Choose your EAP 6.4 with standalone-full.xml
- In JBDS/Eclipse, Right click->Run-As->run on server for kie-server. Choose your EAP 6.4 with standalone-full.xml
- go to http://localhost:8080/spring-mvc-war. This should show the home page. 10. Try running rules local and remote and make sure it all works.