5

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?

kevin cline
  • 33,608
  • 3
  • 71
  • 142

3 Answers3

3

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

3
  1. Hibernate : Hibernate made easy.
  2. Tomcat : Tomcat: The Definitive Guide
Farm
  • 301
  • 1
  • 3
  • 7
2

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.

Péter Török
  • 46,427
  • 16
  • 160
  • 185