Best Java Servlets Software Programming

This new edition of Murach's Java Servlets and JSP makes it easier than ever for Java developers to master web programming. When he's not programming or writing books about programming, he can be found surfing or writing music.
Reviews
Find Best Price at Amazon"I purchased this book to have an understanding about servlets and how they work, and this book does a great job doing so."
"Had a previous version too and both are great Java books."
"What can I say, this is my 4th Murach book."
"I needed a basic crash course on Servlets and JSP technology, and this book has served me with just that."
"Bought it for school and it teaches what you would expect."
"Much good material, good broad coverage, great examples, but not very deep in some areas."

Isn't it time you learned the latest (J2EE 1.4) versions of Servlets & JSPs? Maybe you don't care about the exam, but need to use Servlets & JSPs in your next project. Learn to write servlets and JSPs, what makes the Container tick (and what ticks it off), how to use the new JSP Expression Language (EL), what you should NOT write in a JSP, how to write deployment descriptors, secure applications, and even use some server-side design patterns. You won't just pass the exam, you will truly understand this stuff, and you'll be able to put it to work right away. If you're one of the thousands who used Head First EJB to pass the SCWCD exam, you know what to expect! Bryan Basham is a Sun Certified Developer for Java 2 Platform and one of the key designers of the Sun Certified Web Component Developer exam.
Reviews
Find Best Price at Amazon"The book is recommended for those who want to learn JEE (the web part), but if you have to have some background on Java, if you don't buy Head First Java first! The book starts showing some concepts on the Internet, how servers work, pages and HTML. got some problems (the HTML and Java code are mixed, making it painfully hard to maintain and understand) so they introduce other concepts like JSP, and they progress, showing that scriptlets in JSP are terrible too, so they present JSTL and so on."
"So plan to supplement your learning with another Servlet/JSP book, or downloaded materials from the Internet (starting with the Servlet/JSP specifications)."
"The ideal way of studying this book would be deploy all example code in Tomcat 5.0 and test it to make sure it works."
"I have another book by Hanumant Deshmukh on the same topic which I already read and later bought this book specifically for Expression Language part. Reading Hanumant's book I felt like I read a manual of a Machine but reading Kathy Sierra's one, I found it more interesting and not boring at all."
"I have not take the test yet but I use the book that the same other wrote for the Java Professional Programmer Cert and I pass the test."
"You will not be disappointed with Murach - he does everything that this book doesn't."

Learn how to write servlets and JSPs, what makes a web container tick (and what ticks it off), how to use JSP's Expression Language (EL for short), and how to write deployment descriptors for your web applications. Head First Servlets and JSP doesn't just give you a bunch of facts to memorize; it drives knowledge straight into your brain. More recently, she's been a master trainer for Sun Microsystems, teaching Sun's Java instructors how to teach the latest technologies to customers, and a lead developer of several Sun certification exams. Bert Bates is a 20-year software developer, a Java instructor, and a co-developer of Sun's upcoming EJB exam (Sun Certified Business Component Developer).
Reviews
Find Best Price at Amazon"Fun way to revisit Servlets/JSP."
"My previous attempt to learn this material was "Servlets and JavaServer Pages: The J2EE Technology Web Tier" by Falkner & Jones, but that book is as dry as a college textbook, so I never really absorbed much."
"This book is getting a bit dated but it helped me ramp up for a maintenance development job supporting web applications based on older user interface frameworks such as Struts."
"I bought this book to learn about Servlets and JSPs, not necessarily to take the certification exam; and as such I would recommend this book to anyone who has little or no knowledge of servlets and JSPs, and wants to dive into the subject."
"Non the less this book it's a good book, and I wasn't a big fan of the JAVA head first, this one it's good."
"It's kind of an old book but is well written and every Java developer or future one has to read this."
"at first I had to search the web for every doubt, and use the trial-and-error methodology to get things to work out."
"After reading each section, its like the author knows exactly what questions I am about to ask, since the answers are in the following section!"
Best Java Programming Reference

Essential Java Programming Skills--Made Easy! Fully updated for Java Platform, Standard Edition 8 (Java SE 8), Java: A Beginner's Guide , Sixth Edition gets you started programming in Java right away. Herb’s acclaimed books include Java: The Complete Reference, Java: A Beginner's Guide, C++: The Complete Reference and C#: The Complete Reference .
Reviews
Find Best Price at Amazon"Many of the exercises (around 75%) use specific and/or real-world examples but there are a good number of them that are more conceptual and I found these hard to follow (around 25%)."
"My only constructive critiques are: - On my Windows 8.1 PC, the Kindle app doesn't show the diagrams, i.e. "Try this..." - For code examples, only the publisher's top level web site is listed, and I couldn't find the code examples searching the site...Should be an exact URL. Above are technical problems."
"Excellent good starting book."
"I bought this for my nephew and he is getting a lot out of it."
"Really, really dense, but if you have the time to devote to it, the very thorough nature of this book will leave you feeling like you worked in the industry for at least a year."
"Good book especially if you have some experience."
Best Beginner's Guides to Java Programming

This highly anticipated new edition of the classic, Jolt Award-winning work has been thoroughly updated to cover Java SE 5 and Java SE 6 features introduced since the first edition. Each chapter in the book consists of several “items” presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and outstanding code examples. “Josh Bloch gives great insight into best practices that really can only be discovered after years of study and experience.” —Mark Mascolino, software engineer. It clearly covers many of the language/platform subtleties and trickery you need to learn to become a real Java master.” —Victor Wiewiorowski, vice president development and code quality manager, ValueCommerce Co., Tokyo, Japan. Each one illustrates in simple, practical terms the limits of programming on intuition alone, or taking the most direct path to a solution without fully understanding what the language offers.”. —Michael Ernest, Inkling Research, Inc. “I don’t find many programming books that make me want to read every page—this is one of them.” —Matt Tucker, chief technical officer, Jive Software. “I picked this book up two weeks ago and can safely say I learned more about the Java language in three days of reading than I did in three months of study!
Reviews
Find Best Price at Amazon"Whether you're a seasoned Java developer or a beginner, or whether or not you've read the first edition already, Joshua Bloch's Effective Java (2nd Edition) is definitely worth a read--and while you're at it, pick up a copy of Java Puzzlers, too."
"I just finished reading (and absorbing) the entire book and I must say that I really loved it, and plan on using it as a reference going forward."
"The author is clear to point out why these things are problems in terms of either code reuse, extensibility, type safety, or some other aspect, so even though it wasn't necessarily an issue in the context of a school project, in the real world it certainly might be."
"Powerful at showing Java idioms and best practices."
"Great advice for writing good quality Java code!"
"Great book, essential for learning java."
"Others have posted some good reviews of this book, so I will just add that in 2015 this book is still relevant despite its age."
"The best part is that Bloch is not proposing any kind of radical new programming method, he is simply organizing and presenting tried and true Java programming patterns and idioms. The items presented are things you may know, or half-know, and all it takes is the proper presentation and explanation to completely "ice" things in your mind."