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
Other Resources
Web Development Tools for JSP's
JSP Servlet Engines
- JRun - ~$500
- WebSphere - brochure web page
- Jetty Server
- Tomcat - (link above in Sun resources) - Runs with Apache.
Free open source JSP and servlet engine developed by Apache. Works
with Windows & Unix.
Articles
Tutorials
Books
- "Web Development with Java Server Pages" by Duane K.
Fields A. Kolb / May 2000 / ISBN 1884777996 / Paperback / Manning
Publications / ~ $39.95
- "Beginning Java Server Pages" - by C. Darby /
December 1999 / ISBN 1861002092 / Paperback / Wrox Press, Inc. / ~ $39.99
- "Java Server Pages" L. Pekowsky / Hardcover / ISBN 0201704218
/ Addison Wesley Longman, Inc. /March 2000 ~ $39.95
Miscellaneous
My Examples and Notes
- JSP Examples - My examples of using .JSP.
- JSP Survival Guide - under
construction.
- Web Servers & Application Servers
- Microsoft IIS - use JRun for JSP servlet engine.
- Unix Apache - use Tomcat for JSP servlet engine.
- JSP vs ASP
- JSP - can use Javabeans and EJB's.
- ASP - can use ActiveX and COM.
My Notes