尝试学习spring或者struts框架的前提是什么?

发布于 2024-09-03 18:32:02 字数 24 浏览 7 评论 0 原文

我认为这些技术确实先于java行业

I think these technologies are really prior to java industry

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

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

发布评论

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

评论(5

北方的韩爷 2024-09-10 18:32:02

对核心 Java、Servlet 和 JSP 的良好了解足以满足您的需要。

A good knowledge of Core Java, Servlets and JSP is pretty much more than enough you need..

神也荒唐 2024-09-10 18:32:02

我不确定struts,但对于Spring,了解依赖注入和控制反转XMLJavaBeans

如果我必须推荐一本书,那就是 Spring in Action

更新

向我指出《Spring in Action》是关于 Spring 2.0 的,确实如此。 Spring 2.0 已经快四年了。 Spring 的第一方文档非常值得一读。查看参考文档以获取精彩的散文如果您需要更深入的信息,请参阅 Javadocs

I'm not sure about struts, but for Spring, it helps to know about dependency injection and inversion of control, XML, and JavaBeans.

If I had to recommend a book, it would be Spring in Action

UPDATE

It's been pointed out to me that Spring in Action is about Spring 2.0, which it is. Spring 2.0 is almost four years old. Spring's first-party documentation makes wonderful reading. Check out the reference documentation for great prose and the Javadocs if you need more in-depth information.

〆一缕阳光ご 2024-09-10 18:32:02

在我看来,《Spring in Action》一书现在有点落后于时代了(Spring 2.0),并且不包含 2.5 或 3.0 中的任何漂亮的新功能。我将从 spring 文档开始。

In my opinion, the Spring in Action book is a bit behind the times now (Spring 2.0) and doesn't include any of the nifty new features in 2.5 or 3.0. I would start with the spring documentation.

樱花落人离去 2024-09-10 18:32:02

Only in reference to Spring.
If your not familiar with dependancy injection, then spend a bit of time reading. I'd also suggest that your java knowledge includes being comfortable with Annotations, Reflection and even Aspect orientated programming. Most Spring books fail to keep pace, so unless your forced to use a particular version Spring 3.0 should be your starting point as this has many additions which can save a lot of time.

葵雨 2024-09-10 18:32:02

关于 Spring,必须具备一点 J2SE、J2EE(Servlets、JDBC 一点)、XML Schema 以及学习 Spring 框架时可以学到的其他知识。最重要的是需要所有 JAVA 知识:)

In reference to spring it is mandatory to have a little knowledge of J2SE, J2EE(Servlets, JDBC little bit), XML Schema and rest of the things you can learn while studying Spring Framework. Most of all JAVA knowledge is required :)

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