Revision: 9313
Author: [email protected]
Date: Tue Nov 30 13:45:20 2010
Log: Edited wiki page RequestFactory_2_1_1 through web user interface.
http://code.google.com/p/google-web-toolkit/source/detail?r=9313

Modified:
 /wiki/RequestFactory_2_1_1.wiki

=======================================
--- /wiki/RequestFactory_2_1_1.wiki     Mon Nov 29 12:24:24 2010
+++ /wiki/RequestFactory_2_1_1.wiki     Tue Nov 30 13:45:20 2010
@@ -31,7 +31,7 @@
     * 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. + * *New API* A `Locator` can be specified via the `...@proxyfor` or `...@proxyforname` annotations to remove the need for `findFoo()`, `getId()`, and `getVersion()` methods on the domain type.
   * (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
@@ -43,11 +43,11 @@
       * It would be possible to pre-seed a host page using this store.

 = What's in review =
+ * (Issue 5680) *New API* `ServiceLocator` API to allow `Request` methods to be invoked on non-static methods. + * The `...@service` and `...@servicename` annotations now have an optional `locator` value that specifies a `ServiceLocator` which will provide a service object instance.

 = What's coming =
- * *New API* `ServiceLocator` API to allow `Request` methods to be invoked on non-static methods. - * Specifying a `...@servicelocatorfor` annotation on a `RequestContext` allows an instance of the `...@service` object to be instantiated to allow non-static methods to bound to `Request` methods
-  * (Issue 5550) Refactor the Codex types to make them injectable.
+  * (Issue 5675) Subtypes of `java.util.Date` cause exceptions

 = 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