https://github.com/redhat-italy/drools-gym
Empty Drools skeleton project
https://github.com/redhat-italy/drools-gym
Last synced: 8 months ago
JSON representation
Empty Drools skeleton project
- Host: GitHub
- URL: https://github.com/redhat-italy/drools-gym
- Owner: redhat-italy
- Created: 2016-07-28T12:23:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T02:02:01.000Z (over 8 years ago)
- Last Synced: 2025-02-14T22:51:25.790Z (10 months ago)
- Language: Java
- Size: 9.77 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Drools-gym
==========
An empty drools project using CDI, Arquillian and following the correct modularizations patterns as in [Drools workshop](https://github.com/salaboy/drools-workshop)
Useful if you want to start using drools in 5 minutes AND in the correct way.
* drools-gym-example
* drools-gym-kjar
* drools-gym-model
* drools-gym-tests
drools-gym-example
------------------
Contains just a simple CDI bootstrapped App executing the rules. Depends only by the model, expects to find the drools-gym-kjar.jar with the rules in local Maven repo
drools-gym-kjar
---------------
Contains only the rules, no dependencies from other modules.
drools-gym-model
----------------
A simple POJO used as a model.
drools-gym-tests
----------------
Runs the tests with Arquillian, depends only by the model and expects to find the drools-gym-kjar.jar with the rules in local Maven repo
Build instructions
==================
```shell
mvn clean install
```