简体   繁体   English

关于Java EE,Spring和Hibernate

[英]About Java EE, Spring and Hibernate

Basically I want to learn this technology. 基本上我想学习这项技术。 I already know Java SE. 我已经知道Java SE。 My question is, what is a good start to learn Spring and Hibernate? 我的问题是,学习Spring和Hibernate的一个好的开始是什么? Is the book Head First JSP and Servlets good or what? Head First JSP和Servlets这本书好还是什么?

My question is, where is the good start to learn Spring and Hibernate? 我的问题是,学习Spring和Hibernate的良好开端在哪里?

I'd recommend the Second of Edition of Spring in Action by Craig Wall (it covers both) and of course the Reference Documentation of Spring Framework. 我建议Craig Wall撰写《 Spring in Action Edition》的第​​二版(涵盖这两者),当然也推荐Spring Framework的参考文档

Is the book Head First JSP and Servlets good or what? Head First JSP和Servlets这本书好还是什么?

It is. 它是。 But not for the mentioned topics. 但不是所提到的主题。

There are many topics under the Spring framework. Spring框架下有很多主题。 The ones that I use most are - IOC, AOP, Transaction Management, and Spring JDBC. 我最常用的是-IOC,AOP,事务管理和Spring JDBC。 In order to grasp these concepts I used the spring website extensively and also read the Spring Recipe s book. 为了掌握这些概念,我广泛使用了spring网站,还阅读了Spring Recipe的书。 I coded the examples that were on the book and tried to convert an existing app in using the spring framework (like IOC and JDBC). 我编写了本书中的示例,并尝试使用spring框架(例如IOC和JDBC)转换现有应用程序。 The spring forum is very useful. 春季论坛非常有用。 An of course folks here at Stack Overflow are always willing to help. 当然,Stack Overflow的人们总是愿意提供帮助。

I could recommend you Pro Spring 2.5 by Rob Harrop and Jan Machacek. 我可以向您推荐Rob Harrop和Jan Machacek的Pro Spring 2.5 It's quite easy to read and there are quite a lot of simple, but precise examples. 它很容易阅读,并且有很多简单但精确的示例。 And, of course, Spring has very good reference . 而且,当然,Spring有很好的参考

And if you want to know more about Hibernate, you should definetely take a look at Java Persistence with Hibernate . 而且,如果您想了解更多有关Hibernate的知识,则应该明确地了解一下Hibernate的Java Persistence One of the author is Gavin King, creator of Hibernate, so while reading this book you're getting first hand knowledge. 其中一位作者是Hibernate的创建者加文·金(Gavin King),因此,在阅读本书时,您会获得第一手的知识。

The spring latest documentation is the good start for learning spring. Spring 最新文档是学习Spring的良好开端。

Since, spring has so many modules, you may initially get confused. 由于spring具有如此众多的模块,因此您最初可能会感到困惑。 you can start spring core and can learn the rest of the modules as you go further. 您可以启动spring core,并在继续学习时学习其余模块。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM