使用 JSP 显示 solr 的结果

发布于 2024-08-20 13:17:37 字数 204 浏览 6 评论 0原文

我正在尝试找出在 JSP 中显示 solr 结果的最佳方法。

我对 JSP 有点陌生,但似乎有很多方法可以做到这一点,

例如Hibernate、Spring MVC、JSP 页面本身、struts。

如果有人有使用 Solr 或 XML 的经验,以及上述哪种解决方案最简单,那就太好了。

预先感谢您的任何帮助。

I am trying to work out the best way to display solr results in JSP.

I am a bit new to JSP but it seems as if there are a whole bunch of ways of doing it

e.g. Hibernate, Spring MVC, JSP page itself, struts.

It would be great to find out if anyone has any experience with consuming Solr or XML and which of the above solutions is the most simple.

Thanks in advance for any help.

Ke

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

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

发布评论

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

评论(1

灵芸 2024-08-27 13:17:37

您可以使用您喜欢的任何查看技术。

Hibernate 不是一种视图技术,因此您无法用它显示任何内容。

Struts 和 Spring MVC 实际上使用 JSP 作为其表示层。

回答这个明确的问题:普通的 JSP 是最简单的。

You can use whatever view technology you like.

Hibernate is not a view technology, so you can't display anything with it.

Struts and Spring MVC actually use JSP for their presentation layer.

To answer the explicit question: the plain JSP is most simple.

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