如何在 gwt 中使用 rome 读取 rssFeed xml

发布于 2024-08-25 21:33:01 字数 71 浏览 11 评论 0原文

使用罗马我创建了 rssFeed xml,现在我想读取该 xml,以便用户可以查看并且用户可以在谷歌等中查看 rss feed。

Using rome I created the rssFeed xml and now I want to read that xml so that user can view and user can view rss feed in google etc.

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

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

发布评论

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

评论(1

忘你却要生生世世 2024-09-01 21:33:01

您可以使用GWT中的RPC功能首先将.rss文件发送到服务器,然后将其转换为您的需求并发送回客户端。您可以使用 Apache Common 的 Digester API.rss 服务器中的文件。

You can use the RPC feature in GWT to first send the .rss file to the server, upon which, its converted into your requirements and sent back to the client. You can use Apache Common's Digester API to extract various information from the .rss file in the Server.

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