Core Servlets and JavaServer Pages: Volume I: Core Technologies by Marty Hall, Larry Brown

BUY IT NEW

  • $64.99 List price
    $48.74 Online price
    $43.86 Member price
    (Save 32%)
    Limited Time Offer! Everyone receives the Member Price on books.
    See Details
  • skip to cart
  • Add To List uiAction=GetAllLists&page=List&pageType=list&ean=9780130092298&productCode=BK&maxCount=100&threshold=3

GET FREE SHIPPING ON ORDERS OF $25 OR MORE

DELIVERY & GIFT DETAILS:

Usually ships within 24 hours

Delivery Time and Shipping Rates

Eligible for gift wrap & gift message.

BUY IT USED

20 copies from $8.91

See All Available

Pick Me Up

Reserve it at BN.com & pick it up in 60 minutes at your local store.

Enter a zip code

(Paperback - REV)

  • Pub. Date: August 2003
  • 691pp
  • Sales Rank: 309,792
    Buy it Used: 20 copies from $8.91 See All Available

    Customers who bought this also bought

     
    • Overview
    • Editorial Reviews
    • Customer Reviews
    • Features

    Product Details

    • Pub. Date: August 2003
    • Publisher: Prentice Hall Professional Technical Reference
    • Format: Paperback, 691pp
    • Sales Rank: 309,792

    Synopsis

    Intended for developers familiar with Java, this guide explains the role of servlets and JavaServer Pages (JSP) in creating e-commerce sites, dynamic web sites, and web-enabled services. Topics include handling missing data, manipulating HTTP status codes, redirecting requests, setting JavaBean properties, and accessing databases with JDBC. The second edition has been updated to servlets 2.4 and JSP 2.0. Annotation ©2003 Book News, Inc., Portland, OR

    More Reviews and Recommendations

    Biography

    MARTY HALL is president of coreservlets.com, Inc., a small company that provides training courses and consulting services related to server-side Java technology. He also teaches Java and Web programming in the Johns Hopkins University part-time graduate program in Computer Science, where he directs the Distributed Computing and Web Technology concentration areas. Marty is the author of four books from Prentice Hall and Sun Microsystems Press: the first edition of Core Servlets and JavaServer Pages, More Servlets and JavaServer Pages, and the first and second editions of Core Web Programming.

    LARRY BROWN is a Senior Network Engineer and Oracle DBA for the U.S. Navy (NSWCCD), where he specializes in developing and deploying network and Web solutions in an enterprise environment. He is also a Computer Science faculty member at the Johns Hopkins University, where he teachers server-side programming, distributed Web programming, and Java user interface development for the part-time graduate program. Larry is the co-author of the second edition of Core Web Programming, also from Prentice Hall and Sun Microsystems Press.

    Customer Reviews

    • Reader Rating:
    • Ratings: 2Reviews: 2

    Core Servlets and JavaServer Pages: Volume I: Core Technologiesby Anonymous

    Reader Rating:
    See Detailed Ratings

    October 17, 2004: I have been using Java off and on over the last few years to create stand-alone applications. So I don't consider myself a Java expert, but I am quite comfortable with the technology. This book was exactly what I needed to start building Web applications in Java. Unlike most books in its category, this book is well written and easy to follow. I only wish Volume II, which is referenced quite a bit, was still in print. :-( All in all, this is a great book.

    Core Servlets and JavaServer Pages: Volume I: Core Technologiesby Anonymous

    Reader Rating:
    See Detailed Ratings

    September 29, 2003: This book is aimed at what its authors see as a shortfall in java application development. In server side generation of dynamic web pages, java is the most commonly used language. Some developers emphasise using servlets and downplay Java Server Pages. Others do the opposite. If you troll various newsgroups, you can see arguments between the two views. What Hall and Brown posit is that this debate is a false dichotomy. They offer a deeper understanding of both, and how often you need to implement both in real applications. These have complementary attributes that together let you fully implement a Model-View-Controller architecture. That is one emphasis of the book. You should find it straightforward. But the other emphasis is, I believe, more useful. They show how to implement server side applications. Everything from choosing a web container like Tomcat, to showing how your app can accessing a back end SQL database like MySQL or Oracle. The full Monty, as it were. If you are casting around for how to build an online store, say, with a shopping cart and ease of use, and you have not built one before, or you need a fresh outlook, you should study carefully the examples. In the best case, you will find templates that you can immediately modify.