尝试学习spring或者struts框架的前提是什么?
我认为这些技术确实先于java行业
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我认为这些技术确实先于java行业
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
对核心 Java、Servlet 和 JSP 的良好了解足以满足您的需要。
A good knowledge of Core Java, Servlets and JSP is pretty much more than enough you need..
我不确定struts,但对于Spring,了解依赖注入和控制反转、XML 和 JavaBeans。
如果我必须推荐一本书,那就是 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.
在我看来,《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.
仅参考 Spring。
如果您不熟悉依赖注入,请花一些时间阅读。我还建议您的 Java 知识包括熟悉注释、反射,甚至面向方面的编程< /a>.大多数 Spring 书籍都无法跟上步伐,因此除非您被迫使用特定版本,否则 Spring 3.0 应该是您的起点,因为它添加了许多内容,可以节省大量时间。
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.
关于 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 :)