P.G.Taboada
unread,Dec 9, 2009, 6:50:04 AM12/9/09Sign 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
Hi,
as many other GWT developers I really like the above mentioned
approaches.
I am having a little bit of pain when it comes down to embedding views
into views. UiBinder and GIN don't play well together, I am struggling
with ugly locator pattern usages to create my sub/ embedded views. My
code is now full of //WORKAROUND task tags, hoping to get it solved
somehow someday.
But that is the point: at which direction should I look? MVP tells me
to have views injected into my presenter, really nice. UiBinder on the
other hand needs the views, would create them properly, but then they
would not be available to GIN (compile-time vs. runtime).
If my feeling is right, we would need some way to hook up into the
UIBinder, providing a GIN based MVP resolver, quite similar to the
variable resolvers people use in JSF to get hands on Spring beans from
JSF. But as far I can see, UiBinder does not provide such extension
point.
Any thoughts here?
brgds,
Papick G. Taboada