Allahbaksh, This group (google-web-toolkit-contributors) is a little noisy and isn't really used for general discussion. If you would like to discuss the specifics of a review, you will probably get a better response if you use the review site directly (http://gwt-code-reviews.appspot.com/1374803/). For non-review questions, or anything else GWT, I would recommend the general group: http://groups.google.com/group/google-web-toolkit/topics
<http://groups.google.com/group/google-web-toolkit/topics>I will respond to your questions though :) 1) IndexedDB is quite different from storage (storage is just key-value), but they both share a similar purpose. The storage API being introduced in this review is just for web storage and not for IndexedDB. 2) Sadly, browsers that do not support web storage are not supported with the implementation being proposed in this review (see @PartialSupport). Primarily, this is because cookies are a rough backend for storage (size limitations, etc). The gwt-mobile-webkit project has an implementation for older browsers that's backed by cookies, and a similar implementation may be brought into GWT's storage implementation in the future. 3,4) WebSocket and WebWorker support are both on the table for GWTs future--they just aren't here quite yet :) Philip On Fri, Mar 4, 2011 at 11:30 PM, Allahbaksh Asadullah < [email protected]> wrote: > HI, > Sorry this post is different from the review. I have following > questions > > 1)I am not sure whether this can be used with IndexDB which is new > HTML5 specification. > 2)How about using some third party library for HTML5 storage on non > HTML5 supported browser like FF3.0 etc > 3)Why not include WebSocket support right now. The code is of web > socket implementation is already their in wave trunk. > 4)Inclusion on WebWorker > Warm Regards, > allahbaksh > > On Mar 5, 4:28 am, [email protected] wrote: > > This CL looks great. Cross off another one for HTML5 support. > > > > http://gwt-code-reviews.appspot.com/1374803/diff/20/user/src/com/goog... > > File > > user/src/com/google/gwt/storage/client/StorageImplNonNativeEvents.java > > (right): > > > > http://gwt-code-reviews.appspot.com/1374803/diff/20/user/src/com/goog... > > > user/src/com/google/gwt/storage/client/StorageImplNonNativeEvents.java:69: > > protected native void addStorageEventHandler0() /*-{ > > Make non-native > > > > http://gwt-code-reviews.appspot.com/1374803/diff/20/user/src/com/goog... > > > user/src/com/google/gwt/storage/client/StorageImplNonNativeEvents.java:69: > > protected native void addStorageEventHandler0() /*-{ > > make non-native > > > > http://gwt-code-reviews.appspot.com/1374803/diff/20/user/src/com/goog... > > > user/src/com/google/gwt/storage/client/StorageImplNonNativeEvents.java:74: > > protected native void removeStorageEventHandler0() /*-{ > > make non-native > > > > http://gwt-code-reviews.appspot.com/1374803/ > > -- > http://groups.google.com/group/Google-Web-Toolkit-Contributors > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
