If you can target just HTML5, then you could use WebWorkers: http://www.whatwg.org/specs/web-workers/current-work/
At the moment, you'll have to hand roll the JSNI to access them, but GWT proper will be supporting HTML5 soon-ish. On Thu, Nov 18, 2010 at 9:41 AM, MickeyR <[email protected]> wrote: > Sorry, I probably was not clear. My entire story above is all > happening on the client-side. > So the search + display of results happens on the client, I'm not > making a RPC > to perform this. > > Currently I don't want to make any part of this server-side, so any > idea on how to > achieve this ? > > M. > > -- > 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. > > -- 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.
