A couple of classes shared between most projects.
|
vor 4 Jahren | |
---|---|---|
src | vor 4 Jahren | |
.gitignore | vor 4 Jahren | |
COPYING | vor 4 Jahren | |
README.md | vor 4 Jahren | |
pom.xml | vor 4 Jahren |
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.