English 中文(简体)
利用Delphi+Intraweb创建超文本5脱线应用(cache show)和浏览器储存(webSQL/IndexedDB)的可能性?
原标题:Use Delphi+Intraweb to create HTML5 offline application (cache manifest) with browser storage (webSQL/IndexedDB) possible?

我目前的内联网应用实际上是一个数据Snap客户,与我的数据Snap服务器连接,并在同一机器上与一个国际服务器坐在一起。 它运作正确,但相当缓慢,需要不断的因特网联网。 每个被点击或发生任何事件都需要浏览器连接网络服务器(Intraweb)。

我想利用Delphi XE2的Intraweb、超文本5 cache舱面特征创建一条网外应用,并在移动装置离线时将Browser式储存(如网络SQL或指数化行)作为当地浏览器储存。 只有在互联网连接可向数据Snap服务器进行初始化或同步运行时,该系统才会与真正的数据Snap服务器连接。

是否可能?

我的主要问题是从内部网络应用中删除网页,我不想把所有浏览器的储存代码放在模板档案中。

此外,我很想将因内联网而产生的 Java成文法移至其他js文档中,我这样做可能会打破内网应用代码和逻辑。 在这方面是否有任何工作?

最佳回答

如你本人所述:“每一纽芬兰被点击或发生任何事件都需要浏览器连接网络服务器”。

这是IntraWeb的设计:客户-Server应用程序,其中多数编码逻辑在服务器上实施。 你可以在你的申请中增加一些日本宇宙航空研究开发机构植被,但IntraWeb本身就是一个服务器-Side框架。

为了能够独立运行的超文本5AJAX客户应用,你需要纯 Java本。 Even Sacha/ExtJS based AJAX framework (lies ExtPascal UniGUI或Morfik要求一个服务器运行。

但是,创建纯粹的“超文本”5 贾瓦文版本是一项困难的任务,但这是可能的,因为你可以消费来自贾瓦文(使用XML或JSON)的数据Snap内容。 http://www.appcelerator.com/“rel=“nofollow”http://www.appcelerator.com/。 它是产生 Java本应用的伟大的民主选举学会和平台,这些应用是本土的。

为了申请不相干的超文本5,您可能不得不等待释放以下产品:

由于这两个项目,你将能够把 object本编成标的帕斯卡尔,然后从帕斯卡尔来源汇编,然后使用超文本的当地储存。 例如,见的储存——我对其(在阿尔法)进行了测试,其效果非常好:你有一份完全独立的超文本文件,能够在没有服务器的情况下运行,并且有当地储存。 计划储存(尚未完成)。

问题回答

暂无回答




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签