J2EE Struts、Spring和Hibernate框架问题
我将使用 Struts、Spring 和 Hibernate 开发一个 Web 应用程序。但我对其中任何一个都一无所知。即使我对 JSP 也知之甚少,对 Servlet 也一无所知。所以我的问题是该怎么办?我必须学习所有这些东西。但我没有太多时间。通常为了学习一些东西,我会阅读有关该主题的书籍或使用教程。现在我需要有关所有这些的优秀教程和书籍的链接。或者我需要关于如何学习这些东西的建议。首先学习哪些以及如何学习?
i am going to develop a web application using Struts,Spring and Hibernate. But i have no idea about any of them. Even i know little about JSP and nothing about Servlet. So my question is what to do? I have to learn all those things. But i don't have much time. Normally to learn something i read books on that topics or use tutorials. Now i need links of good tutorials and books on all these. or i need suggestion about how to learn these things. which to learn first and how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您现在应该忘记 Struts、Spring 和 Hibernate。把它们放在一边。
其基础是 servets、使用 JSTL 编写的 JSP 和 JDBC。这些是 Struts、Spring 和 Hibernate 的基础。如果您不了解这些,您会发现这些框架完全令人困惑。
您应该使用基本技术而不使用框架来开发至少一个 Web 应用程序。您将了解正在做什么,并且您将欣赏框架为您所做的一切。
You should forget about Struts, Spring and Hibernate for now. Put them aside.
The fundamentals are serlvets, JSPs written using JSTL, and JDBC. Those are the basis for Struts, Spring and Hibernate. If you don't know those you'll find the frameworks to be totally confusing.
You should do at least one web app using the basic technologies without frameworks. You'll understand what's being done, and you'll appreciate all that the frameworks do for you.
您可以从这里开始官方 JavaEE 6 教程。
您说您对 servlet 一无所知,因此您可能想查看较旧的 J2EE 1.4 用于 servlet 和 jsp。
您可能会发现这些很有帮助:
You can start here official JavaEE 6 tutorials.
You say you know nothing about servlets, so you might want to look at the older J2EE 1.4 for servlets and jsps.
You might find these helpful: