Revision: 10036
Author:   b...@google.com
Date:     Wed Apr 20 08:32:39 2011
Log: Edited wiki page RequestFactoryMovingParts through web user interface.
http://code.google.com/p/google-web-toolkit/source/detail?r=10036

Modified:
 /wiki/RequestFactoryMovingParts.wiki

=======================================
--- /wiki/RequestFactoryMovingParts.wiki        Wed Apr 20 08:29:27 2011
+++ /wiki/RequestFactoryMovingParts.wiki        Wed Apr 20 08:32:39 2011
@@ -132,6 +132,10 @@

The [http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/web/bindery/requestfactory/server/SimpleRequestProcessor.java SimpleRequestProcessor] is relatively stateless. All transient state necessary for processing an individual request is contained in a `RequestState` object.

+== Wire format ==
+
+RequestFactory supports two wire formats, a custom JSON-based protocol for communicating with `SimpleRequestProcessor` and a JSON-RPC format for communicating with other web services. These JSON messages are generated from AutoBean types defined in [http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/web/bindery/requestfactory/shared/messages/MessageFactory.java MessageFactory].
+
 = JRE compatible implementation =

RequestFactory provides a JRE-compatible implementation that can be used for fast integration tests, server performance monitoring, or ad-hoc utility clients. The implementation is accessed via the [http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/web/bindery/requestfactory/vm/RequestFactorySource.java RequestFactorySource] type.

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to