#1,139 in Computers & technology books

Reddit mentions of Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam

Sentiment score: 3
Reddit mentions: 4

We found 4 Reddit mentions of Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam. Here are the top ones.

Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam
Buying options
View on Amazon.com
or
    Features:
  • O Reilly Media
Specs:
Height9.25 Inches
Length8 Inches
Number of items1
Weight3.58 Pounds
Width1.73 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 4 comments on Head First Servlets and JSP: Passing the Sun Certified Web Component Developer Exam:

u/youwillnevercatme · 2 pointsr/java

I'd say you are better of learning Servlets + Jsp (If that is what you're using with tomcat). Which is a small portion of the Java EE, but one of the most important if you'd ask me.

Here's great book: https://www.amazon.com/Head-First-Servlets-JSP-Certified/dp/0596516681

u/sonay · 1 pointr/linux

If you want to program in Java, I would also suggest IntelliJ Idea. Community edition^[1] is free. Oracle docs are fine^[2], javadocs^[3] are great and the source is free for OpenJDK and if you want to go pro I highly recommend Effective Java^[4] by Joshua Bloch. There is also Findbugs^[5] which is cool for static analysis and most of the popular IDEs have plugins for it. You should also check Concurrency In Practice^[6] for multithreaded programming. If you are into web programming, I highly suggest Head First Servlets and JSP^[7]. There are also very good libraries such as Google Guava, Apache Commons etc.

  1. http://www.jetbrains.com/idea/features/editions_comparison_matrix.html
  2. http://docs.oracle.com/javase/tutorial/
  3. http://docs.oracle.com/javase/7/docs/api/
  4. http://www.amazon.com/Effective-Java-Edition-Joshua-Bloch/dp/0321356683
  5. http://findbugs.sourceforge.net/
  6. http://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/dp/0321349601
  7. http://www.amazon.com/Head-First-Servlets-JSP-Certified/dp/0596516681