Thank you for your replies! > Depends what you call "the old programmatic approach", but it'll do > its best to never be *worse* than what you'd have written by hand > (@UiHandler might be an exception, but it has also room for > improvement in future GWT releases).
It means that I already have my widgets implemented and I was wondering if it's a good idea to convert them into xml. > Try to always do a single call (just return an object with 2 > properties: the total count and the page of results) Perhaps that's the best approach, although I will need the count property just once, which will result in 2 remote methods (one with the count and one with only the results). I'll аlso see the benefits of a command pattern. Thank you! -- 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.
