从 html 表行调用 servlet 并在该行中获取响应

发布于 2024-10-22 19:27:49 字数 78 浏览 2 评论 0原文

我的项目架构中有一个要求,我必须从 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 技术交流群。

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

发布评论

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

评论(3

何必那么矫情 2024-10-29 19:27:49

这可以通过 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.

吹泡泡o 2024-10-29 19:27:49

您可以使用 jsp:include在你的桌子上。

<jsp:include page="/HandlerServlet" flush="true">  

但这并不能带来好的设计。

You can use jsp:include in your table.

<jsp:include page="/HandlerServlet" flush="true">  

But it doesn't lead to good design.

哆啦不做梦 2024-10-29 19:27:49

您可以使用DWR。使用起来很简单。

You can use DWR. It's simple to use.

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