Indexed DB/WebStorage in GWT?

2011-10-05 Thread scott.ellswo...@gmail.com
Howdy, all, Is anyone using webstorage or indexedDB client side data storage with GWT? Pointers to projects appreciated... Aside: I note that the WebStorage group reached an impasse and stopped supporting the spec last fall. I note further that http://www.w3.org/TR/IndexedDB/ seems to be

Re: Indexed DB/WebStorage in GWT?

2011-10-05 Thread Jeff Chimene
On 10/05/2011 10:26 AM, scott.ellswo...@gmail.com wrote: Howdy, all, Is anyone using webstorage or indexedDB client side data storage with GWT? Pointers to projects appreciated... See http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/storage/client/Storage.html You

Re: Indexed DB/WebStorage in GWT?

2011-10-05 Thread Philip Rogers
As Jeff points out, Storage is supported in GWT today. Storage is the HTML5 key/value pair datastore and has a 5mb limit (unless you are installed via the Chrome Web Store). John LaBanca has a good overview (that is pretty entertaining) here: http://www.youtube.com/watch?v=KEkR1ox_K10 We don't