A couple of classes shared between most projects.
|
il y a 3 ans | |
---|---|---|
src | il y a 3 ans | |
.gitignore | il y a 3 ans | |
COPYING | il y a 3 ans | |
README.md | il y a 3 ans | |
pom.xml | il y a 3 ans |
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.