More JBoss BRMS Demo Updates
Join the DZone community and get the full member experience.
Join For FreeThis week the final GA of JBoss EAP 6.1.0 was released. Previously I had updated the Customer Evaluation Demo and the Rewards Demo to run on JBoss EAP 6.1.0.Beta, so this is a small step forward.
Getting the project
The projects are available on Github at https://github.com/eschabell/brms-rewards-demo/tree/v1.8 and https://github.com/eschabell/brms-customer-evaluation-demo/tree/v1.9. You can retrieve this with a simple 'git clone git://github.com/eschabell/brms-rewards-demo.git' and 'git checkout v1.8', and git clone git://github.com/eschabell/brms-customer-evaluation-demo.git' and 'git checkout v1.9', after which you can follow the step-by-step guide found in the Quick Start Guide.
This is provided in both ODT and PDF formats. It is all kicked off by
the init.sh script you will find in the project, which is quite verbose
and points you to the various steps you might need to take should you
have chosen to not to read the provided Quick Start Guide.
Enjoy!
Opinions expressed by DZone contributors are their own.
Trending
-
Tactics and Strategies on Software Development: How To Reach Successful Software [Video]
-
TDD vs. BDD: Choosing The Suitable Framework
-
Decoding ChatGPT: The Concerns We All Should Be Aware Of
-
SRE vs. DevOps
Comments