Have one to sell? Sell yours here
Java Developer's Guide to Servlets and JSP
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Java Developer's Guide to Servlets and JSP [Paperback]

B Brogden
3.5 out of 5 stars  See all reviews (2 customer reviews)

Available from these sellers.


Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Visit the Amazon.co.uk Trade-In Store for more details.

Product details

  • Paperback: 432 pages
  • Publisher: John Wiley & Sons; Pap/Cdr edition (9 Nov 2000)
  • Language English
  • ISBN-10: 0782128092
  • ISBN-13: 978-0782128093
  • Product Dimensions: 22.6 x 18.8 x 3 cm
  • Average Customer Review: 3.5 out of 5 stars  See all reviews (2 customer reviews)
  • Amazon Bestsellers Rank: 2,770,339 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

William B. Brogden
Discover books, learn about writers, and more.

Visit Amazon's William B. Brogden Page

Product Description

Amazon.co.uk Review

Aimed at the beginning Java programmer, Bill Brogden's Java Developer 's Guide to Servlets and JSP provides a digestible tutorial to Web development using Sun's JavaServer Pages (JSPs) and servlets, two popular technologies for creating dynamic Web content. This entry-level text gets you started with these APIs and also gives a wide-ranging perspective on other standards like JDBC and XML.

This book's approachability is a major strength. Sure, there is plenty of useful expertise on display here, but the author doesn't get bogged down in too much detail. After showing off the fundamentals of servlets and JSPs, including basic syntax, this book uses simple and effective examples that demonstrate these APIs at work. Several versions of a chat application are used to display different strategies for maintaining "state" within JSPs using hidden form variables, cookies and the JSP session object. (The same code gets enhanced with sockets and RMI later in the book.) This comparative approach is useful for seeing the advantages and differences of each programming strategy.

This title also delves into APIs that are essential for Web developers today. There is an excellent introduction to XML here, plus a chapter on JDBC for database programming. A standout section on getting JSPs and Perl scripts to work together provides some valuable techniques for leverage legacy Web code. (The author shows how JSP code can invoke Perl scripts and retrieve their results.) The book closes with a comprehensible example on JSP tag libraries, how to use servlets and applets together, and a truly useful listing of all relevant servlet and JSP APIs in an appendix. There is even a glossary, to help demystify key terms for the beginning JSP developer.

In all, besides providing a capable tutorial to the basics, this title offers good coverage on related Java-based Web development APIs and techniques that will help make you more productive in the field. Java Developer's Guide to Servlets and JSP is a smart and thoroughly approachable choice for getting started with servlets and JSP development. --Richard Dragan

Product Description

Servlets and JSP (Java Server Pages) are key components of Java 2 Enterprise Edition. Java is a fast-growing programming language and much of the growth has been on the server side - the market this text addresses. Servlets allow you to dynamically create Web pages and is the back-end solution for creating components that tie in to databases. JSP is the Java equivalent of Microsoft's Active Server pages. This text argues that these two technologies will drive e-commerce development in the Java arena. The CD includes numerous code examples and sample e-commerce applications. There are also several demo Java 2 Enterprise Edition-compatible Web servers.

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organise and find favourite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

2 Reviews
5 star:    (0)
4 star:
 (1)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
3.5 out of 5 stars (2 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

1 of 2 people found the following review helpful:
4.0 out of 5 stars A good starter, but with weak JDBC stuff, 26 Jan 2001
By A Customer
This review is from: Java Developer's Guide to Servlets and JSP (Paperback)
I bought this book to get myself familiarised with JSP and servlet. It's a good book for a first-timer with working Java knowledge. It gives a broad overview of how JSP and servlet works. However, if you really want to dive into JSP and servlet, you will probably need the Professional Java Server Programming (THE BIG ONE).
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 2 people found the following review helpful:
3.0 out of 5 stars Basic overview of java servlets and jsps, 3 Jan 2001
This review is from: Java Developer's Guide to Servlets and JSP (Paperback)
I ordered this book along with Java Server Programming (wrox) and core servlets (sun). I found that this book only covers overview of servlet. as the title states. its a developer's guide not for learning java servlet. I think its aimed at java professionals.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.5 out of 5 stars (4 customer reviews)

3 of 3 people found the following review helpful:
4.0 out of 5 stars Great Book for Intermediates, 5 Feb 2001
By A Customer - Published on Amazon.com
This review is from: Java Developer's Guide to Servlets and JSP (Paperback)
I found this book very helpful. It's extremely well written and has superb sample code. It covers the servlet API and JSP. The tips on debugging were very insightful. There's a chapter on java and XML which is well done. Brogden also covers EJBs and shows you how to create your own custom JSP tag library. Overall, a high quality, objective book on building web apps with Java, that is not biased toward a particular tool or server. The Appendix serves as a nice reference to the core classes in the JSP and Servlet API. This is the 2nd java book by Brogden that I highly recommend. The other is Java 2 Exam Prep.

5 of 6 people found the following review helpful:
4.0 out of 5 stars Good Book for the number of pages, 7 Nov 2000
By A Customer - Published on Amazon.com
This review is from: Java Developer's Guide to Servlets and JSP (Paperback)
I was lucky enough to have the opportunity to read this book. Overall the book succeeded in explaining the main concepts relating to JSP and Servlets. There was also a relatively good discussion of related topics such as XML, JNDI, LDAP and JDBC. The example were OK but could have gone into more depth. Given the number of pages in this book I dont think you can expect to have as much coverage and examples are books with twice as many pages, nor can you expect for it to cover every topic even remotely related to Servlets and JSP. Although I havent read other books my associates also spoke well of CORE JSP and Web Development with Java Servlet Pages

Working knowledge in XML, HTML and JAVA definitely increased my ability to pick up the topics quite easily. It is quite imperative to work through the examples if you wish to be able to learn and understand the basics before you tackle the more advanced topics.


5.0 out of 5 stars Servlet and JSP guide, 8 Feb 2009
By Phani Rajavolu - Published on Amazon.com
This review is from: Java Developer's Guide to Servlets and JSP (Paperback)
A good introduction to the basics of servlets and jsps. Although a little old now, it shares good knowledge to begginers.
 Go to Amazon.com to see all 4 reviews  4.5 out of 5 stars 
Were these reviews helpful?   Let us know
 
 
Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback