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.