Acrobat
Authorware
CorelDRAW
Director, Lingo and Shockwave
Dreamweaver
Fireworks
Flash
Freehand
FrontPage
GoLive
HomeSite
Illustrator
Image Composer
LaTeX
Lotus Freelance Graphics
Paint Shop Pro
Photoshop
QuarkXPress
Quicktime
The Gimp

 

 

Certification
Copyright
Digital Law
E-Commerce
Electronic Publishing
Security
Web Marketing
Webmaster

 

 

Access
FileMaker
IBM DB2
Informix
Ingres
JDeveloper
MySQL and mSQL
Oracle
PowerBuilder
SQL

 

 

Audio and Video Editing
Digital Photography
Interface Design
Web Graphics
Web Multimedia
Website Design

 

 

Active Server Pages
ActiveX
Agents
C++ and C
CGI
Cold Fusion
Dynamic HTML
Frontier
General
Hackers
HTML
HTML 4
InterDev
Java
Java Server Pages
JavaScript
Linux Web
Perl
PHP
Python
SGML
VBA
VBScript
Virtual Reality
Visual J++
VRML
XHTML
XML
XSL

 

 

Apache
Microsoft IIS
Netscape
Unix

 

 

Graphic Software
Programming Software
Web Development Software

 

 

Advertising
Contact Us
Payment Methods
Safe Shopping
Shipping

 



Web Development with Java Server Pages

Web Development with Java Server Pages

List Price: $44.95
Our Price: $5.62
Your Save: $39.33 ( 87% )


Buy it now at Amazon.com!


Availability:
Please click buy button for full availability information.
Average Customer Rating: Average rating of 4.5/5Average rating of 4.5/5Average rating of 4.5/5Average rating of 4.5/5Average rating of 4.5/5
Manufacturer: Manning Publications



Binding: Paperback
Dewey Decimal Number: 005.72
EAN: 9781884777998
Format: Illustrated
ISBN: 1884777996
Label: Manning Publications
Manufacturer: Manning Publications
Number Of Items: 1
Number Of Pages: 554
Publication Date: 2000-05-15
Publisher: Manning Publications
Studio: Manning Publications

Related Items

Spotlight customer reviews:

Customer Rating: Average rating of 1/5Average rating of 1/5Average rating of 1/5Average rating of 1/5Average rating of 1/5
Summary: Entirely too technical
Comment: This book is exactly what I *didn't* need. I have a project due in 2 weeks, I don't know JSP and need to create something Yesterday. This book seems to want to tell me everything I don't want to know upfront and saves anything useful for chapters 16+. Reading the first 10 chapters, I don't know if I can make it through the next 6 in order to get to something helpful. Don't buy this book.

Customer Rating: Average rating of 1/5Average rating of 1/5Average rating of 1/5Average rating of 1/5Average rating of 1/5
Summary: Practically Useless
Comment: This book is subtitled, "A practical guide for designing and building dynamic web services". Yeah, right. Although the book is aimed at beginning to intermediate JSP developers, the authors fail miserably to communicate to their target audience. Basically, you'll find yourself re-reading section after section, wondering what the authors are trying to say, and why the book is so chock full of Java code listings, with only a smattering of JSP. Other books handle the learning curve of JSP much more effectively. In fact, you're better off just using any of a number of tutorials on the Internet for learning the basics and intermediary aspects of JSP. What the authors should have done is follow the lead set with 'PHP and MySQL Web Development'. In this case, the "practical guide" was practically useless.


Customer Rating: Average rating of 5/5Average rating of 5/5Average rating of 5/5Average rating of 5/5Average rating of 5/5
Summary: Best JSP book
Comment: This has been a very good buy for me. It explains all the JSP concepts well and also has very good information on javabeans. If you're a beginner with little or no knowledge in JSP, then this is a great place to start with.

Customer Rating: Average rating of 5/5Average rating of 5/5Average rating of 5/5Average rating of 5/5Average rating of 5/5
Summary: Amazing JSP introduction book
Comment: This book can also be used as reference.

Great care is also shown in providing lot of code examples that are on the point in each chapter.

My favourite chapters are "Filters and listeners", "design choices in case of an enterprise system"(whole chapter is dedicated for this) and "how to build custom tags".

Authors approach not only enriches a programmer's mind with JSP details but also in a way that is longlasting.


Customer Rating: Average rating of 4/5Average rating of 4/5Average rating of 4/5Average rating of 4/5Average rating of 4/5
Summary: Great book but not for NEW JSP programmers
Comment: Several months ago I was tasked with building several web applications using Java Server pages and had practically NO time to learn and even less help from peers.

I purchased this book and Core Servlets and Java Server pages and for the first 7 months trying to use this book just resulted in pissing me off.

HOWEVER, now that I've become relatively fluent in Servlet/JSP applications I find that this book DOES have some very useful information and I use it more than I use Core.

I recommend that if you're new to JSPs and can only buy one book, buy Core, if you can get two..and are intent on building complex dynamic server side applications BUY BOTH, you'll need this one later!!



Editorial Reviews:

Web Development with JavaServer Pages is truly an excellent and in-depth tutorial in the effective use of JSPs to build Web applications. Geared toward the Web designer or intermediate Java programmer who's making a transition to JSPs for the first time, this text contains a wealth of information on basic and advanced techniques.

This tutorial is as good as any that's available, and covers all of the necessary JSP directives and syntax. For each directive, possible attributes are listed in convenient tables, which makes this also a worthwhile reference to everyday JSP development that explores the nooks and crannies of JSP APIs, and how pages are built (and cached) on today's JSP platforms.

Web Development with JavaServer Pages also does a good job of showing how to design JavaBean components and integrate them into your JSPs through tags. (Ideally, beans should do the calculation and "thinking" on the middle tier, while JSPs work on the front end.) You'll learn the right way to proceed with JSPs and beans--reinforced via a number of effective code samples. A larger example, a Web database of frequently asked questions (FAQs), demonstrates the big picture with JSPs and beans. Final chapters turn toward a useful aspect of JSP, custom tags, which allow Java programmers to extend the set of available tags for JSP front-end designers. There's even a sample of interactive tags, in which tags work together with other tags, with sample code.

Filled with plenty of details that carry the reader well beyond the basics, this text is one of the better available tutorials for learning JSPs. Its no-nonsense presentation style and useful examples can help put JSP development into the hands of anyone who has some prior HTML or Java experience. --Richard Dragan

Topics covered:

  • Overview of JavaServer Pages (JSPs)
  • Server-side scripting languages, compared
  • The advantages of Java servlets and JSPs
  • Tutorial for basic JSP (tags and directives, expressions and scriptlets, flow control, and comments)
  • JSP implicit objects, including request, response, and out
  • Tutorial for simple JavaBean components
  • The JSP useBean, setProperty, and getProperty tags
  • Defining bean properties, including indexed properties
  • Sample beans for JSPs
  • Quick tutorial for JDBC and Java database programming
  • Web application architecture using JSPs and beans
  • Servlets vs. JSPs
  • Introduction to Enterprise JavaBeans
  • Case study for an FAQ database
  • Web archive (WAR) files, and deploying JSP-based Web applications
  • Advanced topics in JSP development, including using cookies, error pages, JavaScript, and validating HTML form data
  • Sample JSPs, including banner ads and a random-quote generator
  • Custom tag libraries (basic and advanced interactive tags)
  • Running Tomcat
  • Combining JSPs with applets
  • JSP syntax reference


Buy it now at Amazon.com!

 

Writing Scene - Readers Unbound - Literature Vault - Chrispian - Webmaster's Weekly - Writing Prompts - Programming Forums - We Heart Pets - Anita Blake - Harry Dresden - Best Art Schools

 

 

iFroggy Network Blog - iFroggy Hosting - SportsForums.net - KarateForums.com - YanksBlog.com - phpBBHacks.com - DeveloperCube - Managing Online Forums - ManagingCommunities.com - CommunityAdmins.com - PhotoshopForums.com - MicrosoftBlog.com - DrGregHouse.com - Bad Boy Blog - BadBoyForums.com - SodaRatings.com - Patrick O'Keefe

 

Copyright © 2005-2008. WebDevBooks.com, iFroggy Network. All Rights Reserved. Powered by My Amazon Store Manager.