I'm also using a command pattern iso RPC directly, that makes my exposure to GWT specifics minimal and I can bypass the RPC part for automated tests. This way I add extra features like bulking, security, caching, etc.
However if you use command pattern GWT generates serializers for each command & command result class. If you would call direct RPC methods instead of transferring commands you would save these serializers. I am also using command pattern in a larger app and I am still not sure if I like it or not. It's cool to have a central place to implement RPC relevant features but all these command/result classes are annoying.
-- J.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment