...and proxies and contexts are needed at runtime by the RequestFactoryServlet, so they should really be in "shared".
The domain objects and services should be in "server" though, of course (IMO, even if using interfaces, though YMMV). I use the @ProxyForName and @ServiceName annotations (rather than @ProxyFor and @Service) to reference them without the need to have them in the classpath. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
