More comments.

-----Original Message-----
From: Aamir Sehbai <[EMAIL PROTECTED]>
To: 'Aaron ' <[EMAIL PROTECTED]>
Date: Saturday, February 20, 1999 12:37 PM
Subject: RE: New JSP Book



Hi Aaron,

I am currently involved in a project which uses JSP pages with RMI. I
would really love to see examples of a similar architecture in your
book, with JSP pages talking to RMI service component objects, which in
turn may deal with business objects. Also, performance considerations
while using RMI with JSP, like getting remote references to RMI objects
during the Application object's startup, and reusing them for the
sessions, and so forth...

Also, brief comparisons of the different JSP implementations (GNUJsp,
Live software's,...), and which are more suitable for which kinds of
platforms, applications and servers etc.

While researching JSP, I came across a JSP library which sounds very
interesting, it's the "JSP Format Bean Library", can be downloaded (for
free) from http://www.alphaworks.ibm.com, I think using these beans in
examples for your book would be pretty cool too.

Regards,

Aamir Sehbai,
Software Developer,
Medical Consumer Media,
11718 Bowman Green Drive,
Reston, VA 20190
E-mail: [EMAIL PROTECTED]
Internet: http://www.medcm.com


-----Original Message-----
From: Aaron
To: [EMAIL PROTECTED]
Sent: 2/19/99 9:51 PM
Subject: New JSP Book

I am posting this to this mailing list in order to get feedback on a
book
project I am involved with (along with other other web developers).  We
would like to request feedback on a TOC that is being proposed for this
book.   Please reply with comments, suggestions, additions, deletions or
type of examples you would like to see, etc.

Thanks in advance.


------------------------


Table of Contents

Forward

Introduction

JSP Quick Start

JSP Fundamentals
   - HTML for JSP Programmers
   - HTTP Overview
   - History of JHTML
   - JSP Tags
   - Built-in (Implicit) Objects (request, response, out, in)

JSP Tools
   - Servlet Engines
   - Development Tools

Basic JSP Programming
   - The Request Object
   - The Response Object
   - The In/Out Object
   - Sessions and JSP
   - Servlets and JSP

Component-Based JSP
   - Beans and JSP
   - The <BEAN (or <USEBEAN) tag
   - Enterprise Java Beans

Database Programming with JSP
   - Basic Database Concepts
   - JDBC
   - Database Access Models
   - Connection Pooling
   - JDBC Code Example

  JSP Application Architecture
   - Introduction to Access Models
   - Page Design vs. Code logic
   - Separating UI from Business Logic
   - Multi-tiered Application Architectures
   - Model 1: Request - JSP Page  - Bean
   - Model 2: Request - Servlet - Bean - JSP Page
   - Team Development Strategies

E-Commerce using JSP

Putting it All Together
   - Real World Applications
   - User Authentication
   - Calendar System
   - Meeting/Collaboration System
   - Newsgroup/Message Board
   - Shopping Cart
   - Task Management System (PIM?)
   - E-commerce

The Future of JSP

Appendix A Comparitive Technologies
   - CGI vs JSP
   - Porting CGI Apps to JSP
   - ASP vs JSP
   - Porting ASP Apps to JSP
   - Cold Fusion vs JSP

Appendix B JSP API

Appendix C  Resources for the Servlet/JSP Programmer
   - Indicating URL of where to find more info.  Appendix B  FAQ on JSP
   -  Compilation of most common questions posted to JSP mailing list.

Appendix C FAQ on Servlets

Appendix D  Bibligraphpy
    - Recommended books on HTML, HTTP, etc.

Glossary

Comprehensive Index

========================================================================
===
To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to