Package com.google.gwt.requestfactory.server

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

See:
          Description

Interface Summary
OperationRegistry Experimental API: This class is still under rapid development, and is very likely to be deleted.
RequestSecurityProvider Experimental API: This class is still under rapid development, and is very likely to be deleted.
 

Class Summary
DefaultSecurityProvider Experimental API: This class is still under rapid development, and is very likely to be deleted.
ReflectionBasedOperationRegistry Experimental API: This class is still under rapid development, and is very likely to be deleted.
RequestFactoryServlet Experimental API: This class is still under rapid development, and is very likely to be deleted.
SampleDataPopulator Experimental API: This class is still under rapid development, and is very likely to be deleted.
 

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.