我必须开发一个由JEE5服务器和移动客户端(iPhone)组成的项目,这将消耗作业。
我能用Phonegap做吗?如果是,我如何调用/使用这些作业?
谢谢
发布于 2011-02-09 05:24:51
使用XMLHttpRequest,就像在常规web应用程序中一样。
这里有tons of blog posts and articles out there that explain the basics。
https://stackoverflow.com/questions/4937463
复制相似问题