如何在我的框架中使用 Struts 2.0、Spring 和 Hibernate
是否可以将 Spring、Struts 2.0 和 Hibernate 这三个框架放在单个应用程序中?如何在不使用 JPA 的情况下实现?
Is it possible put these three framework Spring, Struts 2.0 and Hibernate in single application and how without using JPA?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Struts2、Spring 和 Hibernate 都是框架,所以你的问题没有什么意义。如果您的意思是“我可以使用 Struts2、Spring 和 Hibernate 来构建我的 Web 应用程序吗?”,原则上答案是肯定的 - 它们可以一起使用。
Struts2, Spring and Hibernate ARE frameworks, so your question makes little sense. If you mean "can I use Struts2, Spring and Hibernate to build my web application?", the answer is yes, in principle - they play together all right.
查看springsource的官方文档,了解它是如何工作的以及如何实现。
Spring 官方文档
查看当前版本 ->您的版本的参考手册。一切都得到了解释。
Check the official documentation of springsource to know how it works and how to implement them.
Spring Official documentation
Look at Current Releases -> Reference manual, of your version. Everything is explained.
根据您提供的信息,使用 Hibernate JPA 实现即可完成。
With the information you provide, use the Hibernate JPA implementation and you are done.