Revision: 9231
Author: [email protected]
Date: Mon Nov 15 13:42:53 2010
Log: Edited wiki page RequestFactory_2_1_1 through web user interface.
http://code.google.com/p/google-web-toolkit/source/detail?r=9231

Modified:
 /wiki/RequestFactory_2_1_1.wiki

=======================================
--- /wiki/RequestFactory_2_1_1.wiki     Mon Nov 15 09:22:36 2010
+++ /wiki/RequestFactory_2_1_1.wiki     Mon Nov 15 13:42:53 2010
@@ -10,13 +10,11 @@
* 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.
+  * (Issue 5549) Support boolean is/hasFoo() properties

 = What's in review =

-
-= What's coming =
-
-Stuff not yet published:
+http://gwt-code-reviews.appspot.com/1108802:
   * (Issue 5522, issue 5357) Value types / Embedded objects
* A user-defined value object must extend the empty ValueProxy interface and declare a @ProxyFor annotation. * ValueProxy instances are never sparse and will implement equals() and hashCode() based on the values in the proxy.
@@ -35,10 +33,12 @@
* This should include support for bulk operations API in `ReflectiveServiceLayer` to allow query plan optimization * A `Locator` can be specified for entire RequestFactory declarations as well as individual proxy types
     * Support for custom validation strategies.
+
+= What's coming =
+
   * (Issue 5550) Refactor the Codex types to make them injectable.
* (Issue 5523) Client-side caching of requests and EntityProxy persistence
   * (Issue 5368) Remove integer version constraint
-  * (Issue 5549) Support boolean is/hasFoo() properties

 = Add to 2.1.1 smoke testing =
   * The server components of RequestFactory have been completely rewritten.

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

Reply via email to