Does Anyone Have Experience Creating an Occasionally-Connected Browser App With NHibernate?

不打扰是莪最后的温柔 提交于 2019-12-06 12:05:04

Maybe you could operate some kind of offline version using a small version database (I hear good things about vistadb - http://www.vistadb.net/ which I believe does play well with NHibernate). With a syncing tool to copy data in when they are back on line. A click-once launcher could handle installation and integration.

Want to be careful with anything involving syncing though - if it is just single user timesheets that might be OK - but if there are any chances of conflicts in the online-offline data you might be better considering the problem from a different angle for pain-avoidance...

Why not couple it with Google Gears? People put their data in while offline, and then they can sync it when they reconnect to the server.

In a modern world, using the HTML5 data store: http://www.webreference.com/authoring/languages/html/HTML5-Client-Side/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!