Revision: 9171
Author: [email protected]
Date: Mon Nov  1 10:26:16 2010
Log: Created wiki page through web user interface.
http://code.google.com/p/google-web-toolkit/source/detail?r=9171

Added:
 /wiki/RequestFactory_2_1_1.wiki

=======================================
--- /dev/null
+++ /wiki/RequestFactory_2_1_1.wiki     Mon Nov  1 10:26:16 2010
@@ -0,0 +1,13 @@
+#summary Notes on the evolution of RequestFactory
+
+= What's new =
+
+ * RequestFactory is now usable from non-client code by using `RequestFactoryMagic.create()` to instantiate the RequestFactory type. + * *API break* The `JsonRequestProcessor` type has been replaced with the `SimpleRequestProcessor` type. + * *API break* The AutoBean framework has been promoted to a top-level package and is usable in both client and server code. + * A service method declared in a `RequestContext` can take parameters of `EntityProxyId` type to avoid the need to `find()` an object just to use it as a method parameter.
+    * TODO: Allow return types of `EntityProxyId`.
+ * Multiple methods may be invoked in a single `RequestContext` before `fire()` is called.
+
+= Add to 2.1.1 smoke testing =
+ * The server components of RequestFactory have been completely rewritten. Since most of the interesting code is shared between the client and the server,

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

Reply via email to