Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I am taking over management and development of a website developed in Java using Hibernate and Postgres, running on Apache/Tomcat. I am an experienced Java developer, and have experience in Ruby on Rails, and am expert in Oracle SQL. What is the best documentation for me to read?

share|improve this question

3 Answers

up vote 2 down vote accepted

For Hibernate, I can recommend Java Persistence with Hibernate. I found it very useful and thorough - it may be that others feel it's too dense, but if you are an SQL expert already, I don't think you will have any problem with it.

share|improve this answer
Thanks. It was last updated in 2006. Is it still current? – kevin cline Apr 1 '11 at 8:30
1  
@kevin, we haven't found any major issues with it being out of date yet. So I am confident it is good for learning the fundamental concepts and best practices, and when in doubt, you can consult the online documentation. – Péter Török Apr 1 '11 at 8:44
1  
Great. I appreciate thoroughness. – kevin cline Apr 1 '11 at 13:57
1  
I'm some weeks into development now, and JPwH has been very helpful. It is not quite current for Hibernate 3.6. – kevin cline Jun 29 '11 at 12:26
@kevin, glad to hear, and good to know :-) Thanks for the feedback. – Péter Török Jun 29 '11 at 18:41
show 1 more comment

For Tomcat, the official documentation is a good start. Tomcat: The Definitive Guide, Second Edition is also worth a look.

share|improve this answer
Why? What makes them good? What is your experience with them? Please expand your answer. – Walter Apr 1 '11 at 12:04
  1. Hibernate : Hibernate made easy.
  2. Tomcat : Tomcat: The Definitive Guide
share|improve this answer
Why? What makes them good? What is your experience with them? Please expand your answer. – Walter Apr 1 '11 at 12:03

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.