Which JSP bookAs for Web servers/databases, just mentioning a server in the book is not sufficient to be listed here.
Tutorial Details:
Which JSP book serves up the best lesson?
In this article, I'll look at six of the latest JSP books offered. Those books include: Pure JSP: Java Server Pages by James Goodwill ( Sams, 2000)
JavaServer Pages by Larne Pekowsky ( Addison-Wesley, 2000)
Instant JavaServer Pages by Paul Tremblett ( Osborne McGraw-Hill, 2000)
Web Development with JavaServer Pages by Duane K. Fields and Mark A. Kolb ( Manning Publications, 2000)
Core Servlets and JavaServer Pages by Marty Hall ( Prentice Hall, 2000)
Professional JSP by Dan Malks, et al. ( Wrox Press, 2000)
Table 1 below provides a quick overview of the main characteristics of the reviewed books. I will go into more detail, reviewing each book individually, later in the article.
The J2EE coverage is besides servlets, JDBC, and XML coverage.
The API Reference shows the book's coverage of the javax.servlet.jsp (and possibly javax.servlet ) API documentation. Personally, I have never needed to look at the javax.servlet.jsp API reference. For clarity, I should mention the API reference is not the list of implicit objects and JSP directives. I mean API documentation on the JspEngineInfo and JspFactory classes.
As for Web servers/databases, just mentioning a server in the book is not sufficient to be listed here. Basically, instruction on how to configure the Web server or add a JSP file/Web application to the Web server is necessary and/or how to set up/use the database server.
Before starting the reviews, one thing I should mention is that I am the author of one chapter in Professional JSP (Wrox Press). Given the small contribution I made to Professional JSP, I feel I can still give an objective overview of that book and the others. Since it is clearly not my favorite book, I hope you can feel the same.
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: Which JSP book serves up the best lesson?
View Tutorial: Which JSP book serves up the best lesson?
Related
Tutorials:
Internationalize JSP-based Websites - JavaWorld March 2000
Internationalize JSP-based Websites - JavaWorld March 2000 |
Solid JRun serves
up Java on a budget - JavaWorld June 2000
Solid JRun serves
up Java on a budget - JavaWorld June 2000 |
Which JSP book serves up the best lesson?
Which JSP bookAs for Web servers/databases, just mentioning a server in the book is not sufficient to be listed here. |
Add the power of asynchronous processing to your JSPs - JavaWorld February 2001
Create custom JSP tags to use with JMS ost JavaServer Pages (JSP) developers that |
Add XML to your J2EE applications - JavaWorld February 2001
Integrate an XML presentation layer in the J2EE layered architecture |
Performance books put to the test - JavaWorld March 2001
Performance books put to the test - JavaWorld March 2001 |
Master Java with these introductory books - JavaWorld May 2001
Master Java with these introductory books - JavaWorld May 2001 |
JSP best practices
Follow these tips for reusable and easily maintainable JavaServer Pages |
Finalists announced for
JavaWorld
Editors' Choice Awards
Finalists announced for
JavaWorld
Editors' Choice Awards |
Java tools reign
supreme - JavaWorld celebrates the
leading Java tools
Java tools reign
supreme - JavaWorld celebrates the
leading Java tools |
Interesting
...
Interesting
... |
JSP 2.0: The New Deal, Part 3
JSP 2.0: The New Deal, Part 3
More Flexible JSP Document Format Rules
The JSP specification supports two types of JSP pages: regular JSP pages containing any type of text or markup, and JSP Documents, which are well-formed XML documents; i.e., docum |
JSP (JavaServer Pages) is a standard for combining Java and HTML to provide dynamic content in web pages.
With JSP, you embed Java code in HTML using special JSP tags similar to HTML tags. You install the JSP page, which has a .jsp extension, into the WebLogic Server document root, just as you would a static HTML page. When WebLogic Server serves a JSP page.. |
JSP Format Bean Library
JSP Format Bean Library is a collection of beans which support Java Server Pages(JSP). JSP allows the HTML developer to embed Java into a page. There are a number of common operations in a scripted page that would be tedious or complex without additional |
Tutorial for Developing your first JSPs tags
We have seen how servlets and JSPs can be used to build a web application. These technologies go some distance toward making web development easier, but do not yet facilitate the separation of Java from HTML in a reusable way. Custom tags make this possib |
This tutorial shows how to Combine the power of XPath and JSP tag libraries
In this article, we'll examine the XPath custom tag library for JSPs and see a tag collection that provides simple control constructs and a uniform attribute value substitution facility, all of which combine to reduce complexity and improve functionality. |
Using tiles-defs.xml in Tiles Application
In this lesson you will learn how to define and use the "plugin" definitation in tiles-defs.xml file. |

JSP Hosting |
Introduction To Enterprise Java Bean(EJB). Developing web component.
Introduction To Enterprise Java Bean(EJB). Developing web component.
Developing web component
Introduction To Java Beans
J2EE specification defines the structure of a J2EE application. According to the specification J2EE application consists of |
developing a Session Bean and a Servlet and deploy the web application on
JBoss 3.0
developing a Session Bean and a Servlet and deploy the web application on JBoss 3.0
Writing Calculator Session Bean and Calling through JSP
Previous Tutorial Index Next
In this lesson I will show you how to develop a Calculator Stateless Session |
|
|
|