如何使用 Struts 2 设置 Ajax?
根据以下文章:
http://www.oreillynet.com/onjava /blog/2007/06/easy_ajax_with_struts_2.html
和
http://www .firstpartners.net/kb/index.php/Easy_Ajax_using_Struts_2
在 Struts 2 中使用 Ajax 应该很容易(开箱即用),但所有示例都忽略了细节。有谁知道有包含示例程序所需的所有代码的教程吗?
我对 Struts 2 非常熟悉,但我对 Ajax 完全陌生,而且我的 JavaScript 能力有限。
According to articles like:
http://www.oreillynet.com/onjava/blog/2007/06/easy_ajax_with_struts_2.html
and
http://www.firstpartners.net/kb/index.php/Easy_Ajax_using_Struts_2
it should be easy (out of the box) to use Ajax with Struts 2, but all of the examples leave out details. Does anyone know of any tutorials that include all the code I would need for an example program?
I am very comfortable with Struts 2, but I'm totally new to Ajax, and my JavaScript is limited.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些页面有点旧了。我认为目前最推荐的方法是使用 struts2-jquery插件。
Those pages are a bit old. I believe that at present the most recommended way is using the struts2-jquery plugin.