首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 数据库API基于GWT应用程序存储

数据库API基于GWT应用程序存储

资 源 简 介

NOTE: Source code has [moved to GitHub!](https://github.com/rkmittal/gwt-localstorage-db) Having problems on determining what database api to use for your webapp? Indexed DB is still in development mode, and not available for Android/iPhone browsers. Web Database is deprecated by W3C, with support discontinued by major browsers like Firefox. I was also faced with the same dilemma some time back. We tried out IndexedDb to work with our GWT webapp on Firefox 4.0, but it didn"t work out well, especially because it led to problematic JSNI code, and of course, there was no way our app could run on mobile phones. So, I devised a simple API to work as a wrapper on plain vanilla Localstorage API (supported in all HTML5 browsers) which will allow the user the benefit of putting their data in structured formats. So, in very brief terms, this API can be used for client-side storage in form of object stores and databases. And it runs across a

文 件 列 表

doc
allclasses-frame.html
allclasses-noframe.html
com
constant-values.html
deprecated-list.html
help-doc.html
index-files
index.html
overview-tree.html
package-list
resources
serialized-form.html
stylesheet.css
VIP VIP
0.179594s