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: £47.87
In stock

12 used & new from £5.71

Have one to sell? Sell yours here
 
   
Javaserver Pages
 
 

Javaserver 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.


6 new from £8.40 6 used from £5.71
Other Editions: RRP: Our Price: Other Offers:
Paperback (Bk&CD Rom) 12 used & new from £1.14

Product details

  • Paperback: 368 pages
  • Publisher: Addison Wesley; 2 edition (4 Sep 2003)
  • Language English
  • ISBN-10: 0321150791
  • ISBN-13: 978-0321150790
  • Product Dimensions: 23.5 x 17.8 x 2.3 cm
  • Average Customer Review: 3.0 out of 5 stars See all reviews (4 customer reviews)
  • Amazon.co.uk Sales Rank: 2,062,204 in Books (See Bestsellers in Books)

    Popular in these categories:

    #53 in  Books > Computing & Internet > Web Development > Web Scripting & Programming > JavaServer Pages
    #79 in  Books > Computing & Internet > Programming > Languages > Java > JavaServer Pages (JSP)
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
Java .NET OO Web 2.0
   jaoo.dk/aarhus-2009/    at JAOO Aarhus 2009 October 5 The top thought leaders in software 
Smart JSP Editor
   www.jetbrains.com/idea    Excellent Development Environment For Java EE Professionals 
Java book for UK
   www.ComputerManuals.co.uk    Computer Manuals Bookstore IT Books Quick, and Big Discounts 
  
 

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. --This text refers to an out of print or unavailable edition of this title.

Product Description

This book teaches beginner programmers how to create dynamic web sites with JavaServer Pages (JSP) using many examples. This tutorial/reference brings JavaServer Pages to the huge audience of non-programmers and allows them to get the most productivity from JSPs, with the least effort. This second edition covers the latest release of the JSP specification (2.0), including overviews of some related technologies such as servlets, the Java standard tag library (JSTL), Jakarta Struts, and databases. The second edition of this bestseller includes a number of standard extensions to JSPs, as well as a number of best practices that have been developed since the first edition was written.Over the past few years, JavaServer Pages have become a popular and important technology for building dynamic web sites. Several commercial implementations, as well as wide-spread open-source ones, already exist and are in wide use. Unlike Microsoft's Active Server Pages, JSPs do not tie the developer to any particular platform, and are available to developers at no cost.



See all Product Description

Inside This Book (Learn More)
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 review is from: Java Server Pages (Paperback)
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 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
This review is from: Java Server Pages (Paperback)
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


Struts: The Complete Reference...

Struts: The Complete...

Strut your stuff with this completely up-to-date guide  Struts guru... Read more
£31.99 £23.99

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

 

Up to 50% off Dental Care

Braun Oral-B Professional Care 6000 Rechargeable Toothbrush - Pack of 2
Put a sparkle in your smile with up to 50% off selected Oral-B and Philips rechargeable toothbrushes.

Up to 50% off power toothbrushes

 

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