In moving from Gilead to RequestFactory, one of the things I've found
that I don't like is that there's no way for the compiler to make sure
that I haven't screwed up when I claim that a particular EntityProxy
is a proxy for a particular domain object (perhaps I've mistyped the
name of a method in the EntityProxy declaration, for example).  This
also comes into play when I annotate the RequestContext interface with
a Service annotation - I don't find out until runtime that I haven't
implemented a needed method.

I think I understand why this can't be done by the compiler, but I can
easily envision how it could be done by the Eclipse plugin.  The
plugin already does this for the synchronous/asynchronous versions of
GWT-RPC interfaces, for example.

I'm pretty sure I could write my own validator, but I'm curious if
there are plans in place to add functionality like this to the Eclipse
plugin.

Thanks!
Ryan

-- 
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.

Reply via email to