使用 JSP 显示 solr 的结果
我正在尝试找出在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用您喜欢的任何查看技术。
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.