See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

Ready to Buy?
woodys-uk
Price: £19.87
In stock

12 used & new from £1.14

Have one to sell? Sell yours here
 
   
Java Server Pages
 
 

Java Server Pages (Paperback)

by Larne Pekowsky (Author) "Since JavaServer Pages were introduced in June 1999, they have taken the world by storm! ..." (more)
3.0 out of 5 stars See all reviews (4 customer reviews)

Available from these sellers.


3 new from £15.95 9 used from £1.14
Other Editions: RRP: Our Price: Other Offers:
Paperback (2) 9 used & new from £5.71

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
100s of Java Books Online
   my.safaribooksonline.com    Access Safari's eLibrary of Top IT Books! 10-Day Free Trial. 
System x Server - Offer
   www.ServersPlus.com/IBM_System_x    Buy a selected IBM System x Server now and save over £1,000. Read more 
Dedicated Server - 49 EUR
   www.server.lu    AMD X2 4000+ with Unlimited Traffic 160 GB Hard Disk - 2 GB DDR2 Ram 
  
 

Product details

  • Paperback: 304 pages
  • Publisher: Addison Wesley; Bk&CD Rom edition (17 April 2000)
  • Language English
  • ISBN-10: 0201704218
  • ISBN-13: 978-0201704211
  • Product Dimensions: 24.1 x 19 x 1.9 cm
  • Average Customer Review: 3.0 out of 5 stars See all reviews (4 customer reviews)
  • Amazon.co.uk Sales Rank: 2,000,310 in Books (See Bestsellers in Books)

    Popular in this category:

    #51 in  Books > Computing & Internet > Web Development > Web Scripting & Programming > JavaServer Pages
  • See Complete Table of Contents

Product Description

Amazon.co.uk Review
Even if you aren't a programmer, you can design Web sites with dynamic content generated by JavaServer Pages (JSPs). That's the idea behind JavaServer Pages, a very approachable and patient tutorial suitable for anyone with a knowledge of basic HTML.

Early sections explain how JSPs and Java servlets work. (In short, JSPs provide an easy way to write servlets, a powerful alternative to CGI scripts or Microsoft Active Server Pages, ASPs). With JSPs, you write HTML with embedded tags so you don't have to be a Java expert to use them.

The strength of this text has to be the author's practically minded tutorial showing off these pages in action. Dozens of short programming excerpts provide a solid tour of basic techniques, including retrieving form variables and generating dynamic content for a sample news Web site. Later, the author delves into the Java programming language itself, along with custom JavaBeans for use within JSPs.

Closing chapters enhance the sample Web site with personalization and even basic e-commerce capabilities. Chances are this "case study" is all you need to start making use of JSPs and beans successfully on your own. By centering on JSPs first and then working inward to the details of Java, the author creates a valuable text that can benefit a wide range of readers. Content creators can learn JSPs and gain exposure to some "real" Java while serious Java programmers can learn a much simpler approach to writing servlets. Provided you know HTML and the basics of Web development, this easy-to-digest and worthwhile book can let you build Web sites that take advantage of one of today's most powerful server-side technologies. --Richard Dragan, amazon.com

Topics covered: History of dynamic content with HTML, CGI scripts, Active Server Pages (ASPs), introduction to Java Server Pages (JSPs) and servlets, JSP comments and basic statements, error handling, request time processing and expressions, implicit JSP objects, retrieving user form variables, properties and serialisation, basic Java programming (variables, keywords, objects, and simple class design), JSP scriptlets, conditionals, scoping rules, local, page, request and session scope, managing session information, designing JavaBeans, database and SQL basics, personalisation techniques, dynamics ads, adding simple e-commerce capabilities, servlet events and APIs, using servlets with JSPs, introduction to XML and multithreaded programming, sample JSP code, and a case study for a news Web site.

Product Description

JavaServer Pages (JSP) give developers all the advantages of dynamic web pages -- with none of the disadvantages that have plagued previous approaches. JSP is a key component of the Java 2 Platform, Enterprise Edition -- Sun's heavily-promoted architecture for enterprise applications. This start-to-finish guide shows developers how to make the most of JSP technology to build fast, exciting sites that are easy to manage and evolve. First, understand the architecture and key concepts underlying JSP, and how it separates programming from HTML; then walk through JSP syntax, and learn how JSP can leverage JavaBeans. Next, walk through building a fully-functional, information-rich news site that incorporates JSPs, JavaBeans, and databases. The book's extensive examples are based on Jakarta, a world-class implementation of the Java Servlet 2.2 and JSP 1.1 specifications that will be used in Apache and many other leading web servers and development tools. CD-ROM includes sample code and utilities.



See all Product Description

Inside This Book (Learn More)
Browse and search another edition of this book.
First Sentence
Since JavaServer Pages were introduced in June 1999, they have taken the world by storm! Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

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 organize and find favorite items.
Your tags: Add your first tag
 

 

Customer Reviews

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

 
1 of 1 people found the following review helpful:
1.0 out of 5 stars Too complex for web developers, too basic for programmers, 29 Dec 2000
This book promises much, but fails to deliver. The code samples are full of misprints, and frequently the chapters are overly simple and aimed at people with little or no programming experience. Later on they casually mention that a complex installation and configuration needs to be done, but no instructions are given. Misprinted or buggy code accompanies all but the simplest examples. I would recommend Professional Java Server Pages or Professional Java Server Programming (J2EE edition), both by Wrox, as a more comprehensive and accurate tutorial / manual
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4.0 out of 5 stars 2nd Ed - Nice introduction for web site designers, 11 Nov 2003
By Thomas Paul (Plainview, NY USA) - See all my reviews
(TOP 500 REVIEWER)    (REAL NAME)   
This review is from: Javaserver Pages (Paperback)
This book is geared for web site designers with no Java experience who are interested in understanding how to incorporate JSP into their web site. The book gives a good introduction to the basics that anyone doing web site development with Java will need to know. Although the book concentrates on incorporating JSPs into a web site it also includes enough information to allow the non-programmer to do some basic programming.

The first half of the book is a basic overview of JSP with a concentration on building dynamic pages by using JavaBeans, JSTL, and the expression language. Anyone who is familiar with ASP or ColdFusion will find this section very easy to follow. Each chapter has examples that help to make the information from the chapter easier to understand. All of the examples are on the included CD and ran without any problem in Tomcat. The second half of the book starts with a brief introduction to the Java programming language. The book then shows how to use Java to write your own JavaBeans. Servlets are discussed along with explaining what an MVC architecture is using Struts as an example. The second half ends by showing how to develop your own tag libraries.

The author has done a good job of explaining the basics of using JSPs but then he tries to cast too wide a net in the second half of the book. Each of the topics is covered too lightly (each topic could have its own book) and will tend to leave the inexperienced reader a bit lost. If you are a web designer and need to understand how to incorporate Java into your site then this book will be very helpful. Read the first part of the book in detail and just catch the major themes of the second half and you will be in good shape.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5.0 out of 5 stars Superb for programmers and non-programmers, 12 Sep 2000
By A Customer
I disagree wholeheartedly with the previous reviewer. I am an experienced Java programmer and found the book an excellent intorduction as to how JSP's are usefull for both programmers and non-programmers.

However if you allready understand JSP's this will be too simple for you.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

2.0 out of 5 stars Not suitable for experienced programmers.
This book is aimed squarely at HTML jockeys who want to step up. Real programmers will find it patronising and simplistic.
Published on 1 Jun 2000

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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

   


Look for similar items by category


Feedback


JSP: A Practical Guide for...

JSP: A Practical...

JavaServer Pages (JSP) is a technology for building dynamic web... Read more
£15.99 £13.59

Find similar items

 

More From Larne Pekowsky

Apache Jakarta and...

Apache Jakarta and Beyond: A Java...

"If you're a Java developer interested in leveraging open source tools... Read more
£35.99 £30.59

 

We've Got Converse

Converse
Stock up on your favourite styles with great deals on Converse shoes.

Shop Converse

 

Treat Someone

Amazon.co.uk Gift Certificates--available in any amount from £5 to £500 With an Amazon.co.uk Gift Certificate, you can get them what they want (even if you don't know what that is).

Learn more about Gift Certificates

 
Ad

Where's My Stuff?

Delivery and Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue Shopping: Top Sellers

amazon.co.uk Amazon Home
International Sites:  United States  |  Germany  |  France  |  Japan  |  Canada  |  China
Business Programs: Sell on Amazon  |  Fulfilment by Amazon  |  Join Associates  |  Join Advantage
Customer Service  |  Help  |  View Basket  |  Your Account
About Amazon.co.uk  |  Careers at Amazon
Conditions of Use & Sale |  Privacy Notice  © 1996-2009, Amazon.com, Inc. and its affiliates