如何将 Coldfusion 网站转换为 Native Mobile 应用程序
我的服务器上运行着一个 Coldfusion 网站。我必须开发一个适用于 iPhone/Android 的移动应用程序。(我没有提到移动网站)。
我对本机移动开发了解不多,但我想有可能使用phonegap 和其他跨平台开发工具来实现。
请建议我如何将我的网站转换为本机可安装的移动应用程序?
I have a coldfusion website running in my server.I have to develop an Mobile application say for iPhone/Android.(I am not mentioning mobile website).
I dono much about the native mobile development however I guess there is a possibility to achieve using phonegap and other cross platform dev tools.
Please suggest me how would I convert my website to native installable mobile application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
PhoneGap 将允许您转换 html 应用程序。
然而,ColdFusion 是服务器端生成的 HTML,因此无法使用 PhoneGap 进行转换,除非整个应用程序是 html,并通过 ajax 调用 ColdFusion 获取数据。
我不知道有什么技术可以让您将服务器生成的 html 类型语言转换为本机应用程序,我不相信存在这种技术。
PhoneGap will allow you to convert a html application.
However ColdFusion is a serverside generated HTML and thus cant be converted using PhoneGap unless the entire application is html with ajax calls to ColdFusion for the data.
I dont know of any technologies that will allow you to convert a server generated html type language to a native app, I dont believe one exists.
您还可以使用 Appsgeyser.com 将您的 HTML 网站转换为应用程序。全部在线,无需安装 SDK。
You can also use Appsgeyser.com for convering your HTML website into an app. All online and no SDK to install.