GWT 2.3.0

@Deprecated

Package com.google.gwt.requestfactory.server

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

See:
          Description

Interface Summary
ExceptionHandler Deprecated.
RequestFactoryInterfaceValidator.Loader Deprecated.
 

Class Summary
DefaultExceptionHandler Deprecated.
Logging Deprecated.
RequestFactoryInterfaceValidator Deprecated.
RequestFactoryInterfaceValidator.ClassLoaderLoader Deprecated.
RequestFactoryServlet Deprecated.
ServiceLayer Deprecated.
ServiceLayerDecorator Deprecated.
SimpleRequestProcessor Deprecated.
 

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.

RequestFactory has moved to com.google.web.bindery.requestfactory. This package will be removed in a future version of GWT.

Since:
GWT 2.1

GWT 2.3.0