Revision: 10531
Author:   bobv%google....@gtempaccount.com
Date:     Tue Aug 16 12:46:45 2011
Log: Edited wiki page RequestFactoryInterfaceValidation through web user interface.
http://code.google.com/p/google-web-toolkit/source/detail?r=10531

Modified:
 /wiki/RequestFactoryInterfaceValidation.wiki

=======================================
--- /wiki/RequestFactoryInterfaceValidation.wiki        Tue Aug 16 12:44:31 2011
+++ /wiki/RequestFactoryInterfaceValidation.wiki        Tue Aug 16 12:46:45 2011
@@ -10,6 +10,9 @@

In addition to validating the interfaces, the annotation processor also generates addition 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.

+If the validation process is not completed, a runtime error message will be generated: + The RequestFactory ValidationTool must be run for the com.example.shared.MyRequestFactory RequestFactory type
+
 = Annotation Processor =

It is necessary for both the shared RequestFactory interfaces and their server domain counterparts to be available on the sourcepath or classpath during the compilation process. If this is not convenient, see the `ValidationTool` section for information on post-processing pre-compiled shared interfaces and domain types as part of a deployment process.

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

Reply via email to