从 html 表行调用 servlet 并在该行中获取响应
我的项目架构中有一个要求,我必须从 html 表行调用 servlet,并且当 servlet 发送响应时,响应应该显示在该 html 行中。
I have a requirement in my project architecture that I have to call a servlet from html table row and when the servlet send response the response should be shown in that html row.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这可以通过 Ajax 来完成。看一下 jQuery 库,它会让这一切变得简单。
或者您可以使用像 Ext-JS 这样的库,它会为您提供一个从 servlet 获取数据的网格(表)。
This can be done with Ajax. Have a look at jQuery library that makes it easy.
Or you can use a library like Ext-JS that would give you a grid (table) that fetches data from servlet.
您可以使用
jsp:include
在你的桌子上。但这并不能带来好的设计。
You can use
jsp:include
in your table.But it doesn't lead to good design.
您可以使用DWR。使用起来很简单。
You can use DWR. It's simple to use.