Re: runAsync + clientBundle = ❤ ?

2011-09-21 Thread Thomas Broyer
the appropriate fragment created by a runAsync. In other words, yes: runAsync + clientBundle = ❤ ! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit

Re: runAsync + clientBundle = ❤ ?

2011-09-21 Thread JAre JAre
code of each resource within the appropriate fragment created by a runAsync. In other words, yes: runAsync + clientBundle = ❤ ! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit

runAsync + clientBundle = ❤ ?

2011-09-20 Thread JAre JAre
Hello everyone! I need to make my resources built into (Data URI) piece of code that will be called as asynchronous code. I have a lot of separate asynchronous code and single clientBundle(that it will use). Should i initiate resources inside each onSuccess call? Like this: ...

Re: runAsync + clientBundle = ❤ ?

2011-09-20 Thread Alexandre Dupriez
Why would you need to create a proxy each time you need to access your Resources interface? Just do it one time Resources resources = GWT.create(Resources.class) and call this instance everywhere (declare it static if needed, since the instance will not change over the life cycle of your