After a review of GWT documentation,[1]
I came across two techniques for getting access to ClientBundle Resources,
which seem to be better than using GIN injection ?

what is the preferred of getting access to ClientBundle Resources ?

I don't know whether I should use the techniques below, or use GIN Injection 
?


[1] 
http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html#Share_resource_instances

@UiField(provided = true)
final Resources resources;

@UiFactory
public Resources getResources() {return resources;}


-- 
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.

Reply via email to