Revision: 9267
Author: b...@google.com
Date: Mon Nov 22 12:27:50 2010
Log: Edited wiki page RequestFactory_2_1_1 through web user interface.
http://code.google.com/p/google-web-toolkit/source/detail?r=9267

Modified:
 /wiki/RequestFactory_2_1_1.wiki

=======================================
--- /wiki/RequestFactory_2_1_1.wiki     Mon Nov 22 04:58:42 2010
+++ /wiki/RequestFactory_2_1_1.wiki     Mon Nov 22 12:27:50 2010
@@ -29,16 +29,18 @@
   * (Issue 5368) Remove integer version constraint
* *New API* Any simple value type, `ValueProxy`, or `EntityProxy` may be used as the version or id property for an `EntityProxy`.
     * This should make composite keys easier to work with.
+  * (Issue 5111) Improve integration with arbitrary backends
+ * *New API* The `ServiceLayer` API used by the request processor can be arbitrarily decorated via a `ServiceLayerDecorator`. + * *New API* A `Locator` can be specified for individual proxy types to remove the need for `findFoo()`, `getId()`, and `getVersion()` methods on the domain type.

 = What's in review =

- * (Issue 5111) Extracting a `ServiceHelper` for `ReflectiveServiceLayer` for a simple API to interface with existing systems - * *New API* A `Locator` can be specified for entire RequestFactory declarations as well as individual proxy types
-    * Support for custom validation strategies.
+  * (Issue 5111) Bulk operations in ServiceLayer API
+    * This should allow for better datastore query planning.
+  * (Issue 5512) Fix for covariant return types in the domain API
+  * (Issue 5134) Ensure that RequestFactory interfaces can be extended

 = What's coming =
-  * Bulk operations in ServiceLayer API
-    * This should allow for better datastore query planning.
   * (Issue 5550) Refactor the Codex types to make them injectable.
* (Issue 5523) Client-side caching of requests and EntityProxy persistence

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

Reply via email to