Reputation: 9455
I'm new to GWT and trying to understand the role of gwt.xml. The documentation says that one can specify things like <replace-with ... > where you can specify different implementations based on, say, the current user agent. My question is: who evaluates these rules and when? What part of the execution stack deals with gwt.xml? Can the rules be modified runtime, by the way?
Upvotes: 1
Views: 156
Reputation: 648
You are talking about deferred-bindings.
Upvotes: 2