Java Servlet & JSP Cookbook

Java Servlet & JSP Cookbook

With literally hundreds of examples and thousands of lines of code, the Java Servlet and JSP Cookbook yields tips and techniques that any Java web developer who uses JavaServer Pages or servlets will use every day, along with full-fledged solutions to significant web application development problems that developers can insert directly into their own applications.

Java Servlet and JSP Cookbook presents real-world problems, and provides concise, practical solutions to each. Finding even one tested code “recipe” that solves a gnarly problem in this comprehensive collection of solutions and best practices will save hours of frustration–easily justifying the cost of this invaluable book.

But “Java Servlet and JSP Cookbook” is more than just a wealth of cut-and-paste code. It also offers clear explanations of how and why the code works, warns of potential pitfalls, and directs you to sources of additional information, so you can learn to adapt the problem-solving techniques to similar situations.

These recipes include vital topics like the use of Ant to setup a build environment, extensive coverage of the WAR file format and web.xml deployment descriptor, file-uploading, error-handling, cookies, logging, dealing with non-HTML content, multimedia, request filtering, web services, I18N, web services, and a host of other topics that frustrate even the most seasoned developers.

For Java web developers of all levels who are eager to put into practice the theory presented in other API-focused books, the solutions presented in this practical book will prove invaluable over and over again. This is painless way for less experienced developers who prefer to learn by doing to expand their skills and productivity, while accomplishing practical solutions to the pressing problems they face every day. More experienced developers can use these recipes to solve time-consuming problems quickly, freeing up their time for the more creative aspects of their work.

List Price: $ 49.99

Price: $ 14.90

This entry was posted in Uncategorized and tagged , , . Bookmark the permalink.

2 Responses to Java Servlet & JSP Cookbook

  1. W Boudville says:
    33 of 33 people found the following review helpful:
    4.0 out of 5 stars
    Over 130 Hacks!, February 10, 2004
    By 
    W Boudville (Terra, Sol 3) –
    (VINE VOICE)
      
    (TOP 1000 REVIEWER)
      
    (HALL OF FAME REVIEWER)
      
    (REAL NAME)
      

    This review is from: Java Servlet & JSP Cookbook (Paperback)

    The ‘cookbook’ in the title means that Perry emphasises what he considers to be many common tasks needed to be done by Java Servlets and JSPs, in a J2EE context. Similar in spirit to OReilly’s other books like ‘eBay Hacks’ and ‘google Hacks’. In fact, in the 26 chapters of Perry’s book, there are on average over 5 tasks in each that he explains, which are akin to the hacks of the other books. Except here, he gives you over 130 hacks.

    He assumes you know the basics of the subject. Certainly, the book does not claim to be a comprehensive listing of the subject’s features. But if you satisfy this requirement, you can dive straight into any section of any chapter. Don’t have to read this book linearly.

    However, if you aren’t using Tomcat or BEA WebLogic as containers, then the relevance of the book may, frankly, be more limited. Different containers have slightly different functionalities, and the examples he gives are very specific to those 2 containers. If you are in fact using another, perhaps you can use this book to provide design patterns and inspiration, but not actual code.

    Help other customers find the most helpful reviews 

    Was this review helpful to you? Yes
    No

  2. Matthew J. Weaver "ezweave" says:
    81 of 90 people found the following review helpful:
    1.0 out of 5 stars
    Hampered by use of custom libraries, September 7, 2004
    By 
    Matthew J. Weaver “ezweave” (Colorado) –
    (REAL NAME)
      

    This review is from: Java Servlet & JSP Cookbook (Paperback)

    Being an O’Reilly fan it is hard for me to find fault with their no-nonsense approach to technical books, but there is one MAJOR issue I have with this book.

    As a developer for a major corporation I cannot use custom libraries for my work, especially when the license (http://www.servlets.com/cos/license.html) does not allow for commercial use. Where it would be helpful to see details on creating say, a multipart request class, Bruce Perry instead uses the com.oreilly.servlet.MultipartRequest class to hide much of the functionality (this is just one example).

    This makes little or no sense. Developers in the real world need real examples. Hiding the implementation of such under the non-commercial license pretty much ruins much of the potential application of an otherwise well written book. If you buy this book realise that only some of it will actually be useful in the real world.

    Help other customers find the most helpful reviews 

    Was this review helpful to you? Yes
    No

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>