Ryan McFall
unread,Jun 30, 2011, 12:51:49 PM6/30/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Having just started developing with RequestFactory, I've found the
requirement to use the "with" method to specify which nested proxies
should be downloaded when a proxy or collection of proxies to be
rather cumbersome. Even when I remember to call with, (which is rare,
but hopefully that changes), it is still a hassle to walk the
hierarchy to make sure I get what I need.
I'd like to propose that there be a "without" method in addition to a
"with" message. It's much more likely that I know which objects I
don't need, and that I would not need a whole hierarchy starting with
the values I pass to without. If I do need some of the proxies, it's
likely that I want all of the components, not just the proxy itself.
Does anyone else think this is a good idea? I don't think it would be
hard to implement, as the necessary code simply requires some
reflection oriented code on the server.
Ryan