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