Revision: 9253
Author: [email protected]
Date: Thu Nov 18 16:56: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=9253

Modified:
 /wiki/RequestFactory_2_1_1.wiki

=======================================
--- /wiki/RequestFactory_2_1_1.wiki     Mon Nov 15 13:43:22 2010
+++ /wiki/RequestFactory_2_1_1.wiki     Thu Nov 18 16:56:53 2010
@@ -11,10 +11,6 @@
     * 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 =
-
-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.
@@ -30,6 +26,10 @@
* If you don't want the destructive operation, don't use value objects, or use the to-be-written service helper / Locator to cook up your own id scheme. * Since we currently support Date (and it is mutable) the RF client-side code will use a subclass of Date that can be frozen to ensure that the owning EntityProxy must be edited.

+= What's in review =
+
+  * (Issue 5368) Remove integer version constraint
+
 = What's coming =

* (Issue 5111) Extracting a `ServiceHelper` for `ReflectiveServiceLayer` for a simple API to interface with existing systems
@@ -38,7 +38,6 @@
     * Support for custom validation strategies.
   * (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

 = 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