A couple of classes shared between most projects.
|
3 年 前 | |
---|---|---|
src | 3 年 前 | |
.gitignore | 3 年 前 | |
COPYING | 3 年 前 | |
README.md | 3 年 前 | |
pom.xml | 3 年 前 |
Just three classes, but used by all the other projects.
Customer
and Award
are simple data objects, and
CustomerService
is the interface implemented by ws-customer-data
web service, and used by the kie-rules-processes
project to consume that
web service.