GWT 2.1.0

Package com.google.gwt.requestfactory.server

Server side classes for mediating between the client side and the persistent datastore.

See:
          Description

Interface Summary
ExceptionHandler Handles an exception produced while processing a request.
RequestFactoryInterfaceValidator.Loader Abstracts the mechanism by which class files are loaded.
 

Class Summary
DefaultExceptionHandler Default implementation for handling exceptions thrown while processing a request.
FindService Server side service to support a generic find method.
Logging Server side object that handles log messages sent by RequestFactoryLogHandler.
RequestFactoryInterfaceValidator Encapsulates validation logic to determine if a RequestFactory interface, its RequestContext, and associated EntityProxy interfaces match their domain counterparts.
RequestFactoryInterfaceValidator.ClassLoaderLoader An implementation of RequestFactoryInterfaceValidator.ClassLoaderLoader that uses a ClassLoader to retrieve the class files.
RequestFactoryServlet Handles GWT RequestFactory JSON requests.
UserInformation A base class for providing authentication related information about the user.
UserInformationSimpleImpl This implementation treats the user as constantly signed in, and without any information.
 

Exception Summary
DeadEntityException Indicates the user attempted to perform an operation on an irretrievable entity
 

Package com.google.gwt.requestfactory.server Description

Server side classes for mediating between the client side and the persistent datastore. This package contains classes that can receive client side read and write requests in the JSON format, perform the necessary operations on the persistent datastore, and return the results in JSON format.

Experimental API: All classes in this package are still under rapid development, and are very likely to be deleted or renamed. Use them at your own risk.


GWT 2.1.0