org.drools.brms.client |
This package (and subpackages) is all UI code that is used by the GWT to implement the front end.
It uses the /server sibling package (which runs in a servlet container).
The rpc subpackage provides the service definitions and DTOs that the front end uses.
|
Java Source File Name | Type | Comment |
AdminFeature.java | Class | This feature contains the administrative functions of the BRMS. |
AsyncInterfaceTest.java | Class | This will verify that the interfaces are kosher for GWT to use. |
DeploymentManagementFeature.java | Class | This is the package management feature. |
Info.java | Class | Introduction page. |
JBRMSEntryPoint.java | Class | This is the main launching/entry point for the JBRMS web console.
It essentially sets the initial layout.
If you hadn't noticed, this is using GWT from google. |
JBRMSFeature.java | Class | A 'feature' is a single panel of the JBRMS console. |
JBRMSFeatureConfigurator.java | Class | This contains the list of configured features for the JBRMS console. |
JBRMSFeatureList.java | Class | This is the list of features that make up the rule management console. |
LoggedInUserInfo.java | Class | Simple widget to show who is logged in, and a link to logout. |
LoginWidget.java | Class | |
PackageManagementFeature.java | Class | This is the package management feature. |
RuleBases.java | Class | Demonstrates the various text widgets. |
RulesFeature.java | Class | This controls the "Rules manager" top level feature. |
Search.java | Class | Demonstrates
com.google.gwt.user.client.ui.Table . |