Thursday, August 25, 2011

Re: Testing RequestFactory in GWT 2.4 RC1

See http://code.google.com/p/google-web-toolkit/wiki/RequestFactoryInterfaceValidation
In 2.4 the annotation processor is already there (called RfApt, living in requestfactory-apt.jar; note that there's no ValidationTool in 2.4 though), so you have to compile your proxies with the RfApt in the classpath (provided you use Java 6 at a minimum) or use the 'apt' tool from the command line to process your source files (or activate annotation processing in Eclipse, and add requestfactory-apt.jar to the list of annotation processors).

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/A1vNnw0X0CkJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment