logo_michael-thomas.jpg (3143 bytes)

JSP - Java Server Pages

This web page is dedicated to information on JSP (Java Server Pages).  If you have any hotlinks you would like to share with the JSP community, please email me (click on the mailbox at the bottom).

I'd like to create an article that will give all the links and info needed to hopefully setup a mini web server, servlet enginee and sample fundamental JSP's that will run on your local machine hopefully with trial versions for training purposes.  Not sure when I'll get to that.

Sun's Resources

bullethttp://www.java.sun.com/products/jsp/
bullethttp://www.java.sun.com/products/jsp/download.html - Tomcat download.  (note:  in the \bin directory you will find the download for the API & the Servlet Engine.)

Other Resources

bullethttp://jakarta.apache.org - Tomcat/Apache - free reference implementation for JSP's. 

Web Development Tools for JSP's

bulletwww.developer.ibm.com/welcome/ebusiness/edownload.html - WebSphere Studio - an integrated visual page designer with support for dynamic HTML and Java Server Pages (JSP).  eBusiness download, trial software etc... .  Download also at www.ibm.com/software/webservers .
bullet"Marcromedia's Drumbeat 2000 Java Server Pages Edition - trial version

JSP Servlet Engines

bulletJRun - ~$500
bulletWebSphere - brochure web page
bulletJetty Server
bulletTomcat - (link above in Sun resources)  - Runs with Apache.  Free open source JSP and servlet engine developed by Apache.  Works with Windows & Unix.

Articles

bullethttp://www-4.ibm.com/software/developer/library/dataislands - Good article on JSP, XML, etc...
bullethttp://www.ibm.com/java/feature-architecture.html - You should find some neat articles.

Tutorials

bullethttp://www-4.ibm.com/software/developer/education/jsp/index.html - Free Excellent Web based multimedia "Introduction to JSP".  This is a MUST !!!
bullethttp://java.ittoolbox.com/documents/document.asp?i=1281 - Good JSP tutorial.
bullethttp://www-4.ibm.com/software/developer/education/java/online-courses.html - Search for "Introduction to Java Server Pages".  You should find a link to a free course.  This was available Jan 2000.
bullethttp://www2.software.ibm.com/developer/education.nsf/web-onlinecourse-bytitle
bullethttp://www-4.ibm.com/software/webservers/studio/education.html - Under On-Line Tutorials, search for "Java Server Pages" (some register but free).  Also, there is a list of ILT courses for a fee.
bullethttp://www.as400.ibm.com/developer/education/presentations/webapp/index.htm - This is a slide presentation on "Web Application Development Strategies".   In the left frame search for "Java Server Pages".

Books

bullet"Web Development with Java Server Pages"  by Duane K. Fields   A. Kolb  / May 2000 / ISBN 1884777996 / Paperback / Manning Publications / ~ $39.95
bullet"Beginning Java Server Pages" - by C. Darby / December 1999 / ISBN 1861002092 / Paperback / Wrox Press, Inc. / ~ $39.99
bullet"Java Server Pages" L. Pekowsky / Hardcover / ISBN 0201704218 / Addison Wesley Longman, Inc. /March 2000 ~ $39.95

Miscellaneous

bullethttp://www.alphaworks.ibm.com/ab.nsf/jbName/D3D80538E5FFD1AB882567E00065BF18 - JSP Format Bean Library with source.

My Examples and Notes

bulletJSP Examples - My examples of using .JSP.
bulletJSP Survival Guide - under construction.
bulletWeb Servers & Application Servers
bulletMicrosoft IIS - use JRun for JSP servlet engine.
bulletUnix Apache - use Tomcat for JSP servlet engine.
bulletJSP vs ASP
bulletJSP - can use Javabeans and EJB's.
bulletASP - can use ActiveX and COM.
 

 

My Notes