J2EE Struts、Spring和Hibernate框架问题

发布于 2024-09-11 21:57:26 字数 215 浏览 3 评论 0原文

我将使用 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 技术交流群。

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

发布评论

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

评论(2

太阳男子 2024-09-18 21:57:26

您现在应该忘记 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.

浴红衣 2024-09-18 21:57:26

您可以从这里开始官方 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:

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