The doc you referenced shows how you can make Resources available in a UiBinder template, but you still need a call to GWT.create() somewhere, whether you do it or GIN does it behind the scenes. If you don't need the Resources in a UiBinder template, you can ignore that doc.
On Fri, Jan 14, 2011 at 5:33 PM, zixzigma <[email protected]> wrote: > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- David Chandler Developer Programs Engineer, Google Web Toolkit w: http://code.google.com/ b: http://googlewebtoolkit.blogspot.com/ t: @googledevtools -- 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.
