Revision: 10552
Author: [email protected]
Date: Thu Aug 18 11:04:28 2011
Log: Edited wiki page RequestFactoryInterfaceValidation through web
user interface.
http://code.google.com/p/google-web-toolkit/source/detail?r=10552
Modified:
/wiki/RequestFactoryInterfaceValidation.wiki
=======================================
--- /wiki/RequestFactoryInterfaceValidation.wiki Tue Aug 16 15:28:34 2011
+++ /wiki/RequestFactoryInterfaceValidation.wiki Thu Aug 18 11:04:28 2011
@@ -6,6 +6,8 @@
= Overview =
+*ERRATA This page incorrectly guides you to use requestfactory-apt.jar,
and to find it in the GWT_TOOLS directory. Instead, Developers should find
the requestfactory-apt.jar that came with their distribution. GWT
contributors should use the appropriate dated jar (at this writing
requestfactory-apt-2011-08-18.jar) or build their own.*
+
The RequestFactory annotation processor will validate the RequestFactory
interface declarations and ensure that the mapping of proxy properties and
context methods to their domain types is valid. The manner in which the
errors are reported depends on the method by which the annotation processor
is invoked.
In addition to validating the interfaces, the annotation processor also
generates additional Java types which embed pre-computed metadata that is
required by the RequestFactory server components. Users of
`RequestFactorySource` must also run the annotation processor in order to
provide the client code with obfuscated type token mappings. In the
client-only case, the server domain types are not required.
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors