安卓、servlet

发布于 2024-10-04 13:06:01 字数 155 浏览 2 评论 0原文

我正在编写一个android应用程序,它将一些基于xml的数据发送到struts2

在struts中我检索数据并将其存储在数据库中。

但是我怎样才能在struts中将相同的数据发送到android。给出一些代码细节和

解释。

谢谢。

I am writing an android application, which is sending some xml based data to struts2

In struts i retrieve the data and store it in a database.

But how can i send the same data to android in struts. give some code details with

explanation.

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

傲性难收 2024-10-11 13:06:01

好吧,考虑到您尝试发送到手机的 XML 并不是对其请求之一的立即答复,您基本上可以采用两条路线:

http://code.google.com/android/c2dm/index.html

http://oreilly.com/catalog/9780596007218

不幸的是,它们都太复杂,无法用一些示例代码来涵盖。

Well, considering that the XML you're trying to send to the phone isn't an immediate answer to one of its requests, there are basically two routes you can go:

http://code.google.com/android/c2dm/index.html

or

http://oreilly.com/catalog/9780596007218

Unfortunately, both of them are too complex to be covered with a bit of example code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文