Comment by lypanov:

Is there a good reason for using a static final as in:
   public static final Resources INSTANCE = GWT.create(Resources.class)

rather than eg.
   public static Resources resources() { return (Resources)   
GWT.create(Resources.class); }

in a helper utils class?

The first (with GWT trunk) doesn't react to changes to the file when used  
with OOPHM. The latter does.


For more information:
http://code.google.com/p/google-web-toolkit/wiki/StyleInjector

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to