org.drools.brms.server |
This package contains server side code for
the repository. This is to implement the RPC needs for the GWT based front end,
and application layer logic that uses the drools-repository back end (as a dependency).
The client package contains code that is used by GWT entirely in the front end (ie
it will be compiled to Javascript).
|
Java Source File Name | Type | Comment |
PerfServiceTest.java | Class | A playground for performance analysing. |
PopulateDataTest.java | Class | This class will setup the data in a test state, which is
good for screenshots/playing around. |
ServiceImplementation.java | Class | This is the implementation of the repository service to drive the GWT based front end. |
ServiceImplementationTest.java | Class | |