If you are developing for mobile devices you could try with Phonegap<http://phonegap.com/> (aka Apache Cordova <http://incubator.apache.org/cordova/>). They have a file<http://docs.phonegap.com/en/2.2.0/cordova_file_file.md.html#File>and a storage<http://docs.phonegap.com/en/2.2.0/cordova_storage_storage.md.html#Storage>API. I believe these support large ammounts of data. Also checkout gwt-phonegap <https://code.google.com/p/gwt-phonegap/>.
Hope this helps. On Thursday, November 8, 2012 12:00:47 PM UTC+1, Nukeface wrote: > > So i read the Client-side Storage introduction article. I do have a > question. > > The company I'm doing my work experience is having trouble with the > Client-side storage of all browsers as the size limits are met. We're > developing an app which requires offline capability and uses lots and lots > of data on the mobile device. > > Is there a way to automatically increase the maximum size, or set it to > unlimited size, for the application? Or is there a way to achieve this with > user confirmation? > > Our problem is that the application crashes when the limit is hit, which > happens during synchronization, so not all of the required user data is yet > present. > > Thx in advance. > -- 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/-/vL9mJi4UXTEJ. 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.
