Revision: 9383
Author: [email protected]
Date: Wed Dec  8 16:02:54 2010
Log: Edited wiki page RequestFactory_2_1_1 through web user interface.
http://code.google.com/p/google-web-toolkit/source/detail?r=9383

Modified:
 /wiki/RequestFactory_2_1_1.wiki

=======================================
--- /wiki/RequestFactory_2_1_1.wiki     Tue Dec  7 16:17:42 2010
+++ /wiki/RequestFactory_2_1_1.wiki     Wed Dec  8 16:02:54 2010
@@ -44,15 +44,14 @@
* (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.
   * (Issue 5675) Subtypes of `java.util.Date` cause exceptions
-
-= What's in review =
-
   * (Issue 5564) RF has bad handling of SC_UNAUTHORIZED
* *API Break* The `RequestEvent`; `UserInformation` and related proxies, requests and services; `AuthenticationFailureHandler` and `LoginWidget` were hacky work arounds for the lack of value objects and a service layer, and have been deleted. For the same reason, `DefaultRequestTransport` no longer takes an `EventBus` constructor argument. * *API Break* `TransportReceiver#onTransportFailure(ServerFailure)` replaces `TransportReceiver#onTransportFailure(String)`, to give custom transports useful error reporting. * *API Break* `ServerFailure` now has a boolean `isFatal()` method (usually true), which `Request#onFailure` checks before throwing a RuntimeException * The Expenses sample has been extended to show how to handle user authentication in the wake of these changes. It's easier now, and more flexible.
-
+ * (Issue 5674) The server code will explicitly disallow persisted entities with null versions.
+
+= What's in review =
 = What's coming =
   * That's it!

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

Reply via email to