| java.lang.Object org.drools.brms.client.rpc.RepositoryServiceFactory
RepositoryServiceFactory | public class RepositoryServiceFactory (Code) | | Creates instances of the repository service for the client code to use.
author: Michael Neale |
Field Summary | |
public static boolean | DEBUG Change this to switch between debug/mock mode (ie web front end only)
versus full RPC (which requires the back end be running in some form). | public static RepositoryServiceAsync | SERVICE |
DEBUG | public static boolean DEBUG(Code) | | Change this to switch between debug/mock mode (ie web front end only)
versus full RPC (which requires the back end be running in some form).
Can set it to DEBUG if you want to run it client side only.
|
login | public static void login(String userName, String password, AsyncCallback cb)(Code) | | Perform the login.
|
|
|