A couple of classes shared between most projects.
|
před 3 roky | |
---|---|---|
src | před 3 roky | |
.gitignore | před 3 roky | |
COPYING | před 3 roky | |
README.md | před 3 roky | |
pom.xml | před 3 roky |
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.