Revision: 9416
Author: [email protected]
Date: Tue Dec 14 10:43:37 2010
Log: Edited wiki page RequestFactory_2_1_1 through web user interface.
http://code.google.com/p/google-web-toolkit/source/detail?r=9416
Modified:
/wiki/RequestFactory_2_1_1.wiki
=======================================
--- /wiki/RequestFactory_2_1_1.wiki Wed Dec 8 16:02:54 2010
+++ /wiki/RequestFactory_2_1_1.wiki Tue Dec 14 10:43:37 2010
@@ -50,6 +50,8 @@
* *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.
+ * (Issue 5357) Proxy types may use primitive types for proxy property
accessor methods.
+ * *API Break* The RequestFactory interface validator has been
tightened to require that the a proxy property type matches the domain type
exactly. If the domain type defines an `int getFoo()` property accessor,
the matching property accessor in the proxy type must also be an `int`
instead of an `Integer`.
= What's in review =
= What's coming =
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors