or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
Javaserver Pages
 
 
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.

Javaserver Pages [Paperback]

Larne Pekowsky
3.0 out of 5 stars  See all reviews (4 customer reviews)
RRP: £35.08
Price: £29.82 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £5.26 (15%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Usually dispatched within 9 to 11 days.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Formats

Amazon Price New from Used from
Paperback £29.82  
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? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.

Product details

  • Paperback: 368 pages
  • Publisher: Addison Wesley; 2 edition (15 Aug 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 Bestsellers Rank: 2,438,457 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Larne Pekowsky
Discover books, learn about writers, and more.

Visit Amazon's Larne Pekowsky Page

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.

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

Most Helpful Customer Reviews
1 of 1 people found the following review helpful
Format: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 | 
Was this review helpful to you?
Format: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 | 
Was this review helpful to you?
By A Customer
Format: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 | 
Was this review helpful to you?

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


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges