Explicitly access GWT serialization logic

2011-12-07 Thread Marc Hacker
I have a class which implements Serializable and GWT knows how to send objects over RPC. But I want to GET such an object from a Servlet (in order to allow browser caching). Is there any way to explicitly access GWT's underlying ability to serialize/unserialize my objects (and the same on the

GWT Development plugin crashes FF and tooooo slow on Chrome

2010-10-17 Thread Marc Hacker
I have a largish GWT 2.0.4 application developed on eclipse Helios. It runs fine compiled but the development mode is a disaster taking at least 1-2 minutes for the first page load on Chrome (during which I have to dismiss a couple of plug-in unresponsive messages) and causing Windows to hang on

SuggestBox MultiWordSuggestOracle autocomplete can't create suggestion/display pairs except for default

2010-06-15 Thread Marc Hacker
I have a GWT autocomplete new SuggestBox((new MultiWordSuggestOracle()); For the default suggestions which appears before the user types any prefix, there is a nice method MultiWordSuggestOracle.setDefaultSuggestions(CollectionSuggestion suggestionList) so I can pass a nice list of a