Thanks for the input.
-- Could you give me some more insight on how you use the command pattern? (how it appears in the front/backend interface/classes, and flow)..
I am also using the command pattern in the front-end, not the backend. The command is handled by a central ServiceHandler that run all commands, and a command will call a rpc method directly.
I am also using concrete classes, like ArrayList instead of List.
But what about using the issue mentioned in SO (duplicated serialization code for same class in different method in different Async interfaces)?
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