JSP : Java Glossary
home J words local find no local find frame, full screen Google search web for topic jump to footer translate with Babelfish by Roedy Green ©1996-2008 Canadian Mind Products
Go to : punctuation 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z (all)
JSP
Java Server Pages is a language similar to Microsoft’s ASP for creating dynamic web pages. Sun has created a language specification. With JSP, a single source textfile is created containing both HTML (or XML) tags and Java-like scriptlets. The JSP-aware web server creates, compiles and runs a servlet from the source text. For increased efficiency, the JSP-aware server will typically cache the compiled servlets. The compiled form are perfectly ordinary Servlets, and thus can be mixed in with ordinary Servlets.

Part of the magic of JSP is that you can replace JSP source code on the fly while the server is active. The next time a request comes for that JSP code, will be automatically recompiled.

Multiple Languages
Hello.jsp
Two Types Of Include
Alternatives To JSP
Books
Learning More
Links

Multiple Languages

To master JSP, you need to master several languages:

Hello.jsp

Here is a the JSP equivalent of the HelloWorld program.
See servlet for instructions on how to install and run it.

Note how it looks like ordinary HTML with dynamically generated variable content Java code enclosed in <%=… %>.

Two Types Of Include

<jsp:include> is a dynamic, runtime include. It invokes another class to produce a page and includes that result embedded in the page output.

<%@include> is a macro-style, in-line, translation time include that inserts some JSP/HTML source code into the current JSP program.

Alternatives To JSP

There are two basic alternatives to JSP:
  1. Ones that also rely 100% on server side computing, such as Velocity, Tea and Freemarker. There are scores of lemmings all going for the fundamentally flawed, but easy to implement, 100% server side solution. You can see a list of them under servlet wombs.
  2. Ones that use a combination of server side and client side computing such as Canoo. Flash is about the only mainstream alternative, (unfortunately non-Java), for the combined solution. I have written up a JSP Replacer student project for an all-Java server-controlled client-side validation environment.

I am not the only one who thinks JSP is not the greatest thing since sliced bread. Check out these essays:

Books

book_cover recommend book⇒Core Web Programming, Second Edition
 paperback
ISBN13:978-0-13-089793-0
ISBN10:0-13-089793-0clickcounter
publisher:Prentice Hall
published:2001-06-03
by:Marty Hall and Gary Cornell
1250 pages. This is a great doorstop of a book. It has a few chapters on client-server programming in Java, and a section of that is on CGI. I have looked at hundreds of Java books and found nothing that deals in depth with client side Java talking to CGI, except Marty’s book. It is really very simple and he does an excellent job of explaining it. Marty has posted all the source code examples from the book for anyone to use. These contain updates and errata fixes you don’t get on the CD-ROM that comes with the book.
Canadian flag amazon.ca. amazon.com. American flag
Canadian flag chapters.indigo.ca . powells.com American flag
French flag amazon.fr. barnesandnoble.com American flag
German flag amazon.de. amazon.co.uk. UK flag

book_cover recommend book⇒Core Servlets and Java Server Pages
 paperback
ISBN13:978-0-13-089340-6
ISBN10:0-13-089340-4clickcounter
publisher:Prentice Hall
published:2000-05-26
by:Marty Hall
Complete text of the book available on line in pdf format.
Canadian flag amazon.ca. amazon.com. American flag
Canadian flag chapters.indigo.ca . powells.com American flag
French flag amazon.fr. barnesandnoble.com American flag
German flag amazon.de. amazon.co.uk. UK flag

book_cover recommend book⇒More Servlets and Java Server Pages
 paperback
ISBN13:978-0-13-067614-6
ISBN10:0-13-067614-4clickcounter
publisher:Pearson Education
published:2001-12-26
by:Marty Hall
Complete text of the book available on line in pdf format.
Canadian flag amazon.ca. amazon.com. American flag
Canadian flag chapters.indigo.ca . powells.com American flag
French flag amazon.fr. barnesandnoble.com American flag
German flag amazon.de. amazon.co.uk. UK flag

book_cover recommend book⇒Web Development with JavaServer Pages
 paperback
ISBN13:978-1-930110-12-0
ISBN10:1-930110-12-Xclickcounter
publisher:Manning Publications
published:2001-09-15
by:Duane K. Fields, Mark A. Kolb, Shawn Bayern
A very thorough treatment.
Canadian flag amazon.ca. amazon.com. American flag
Canadian flag chapters.indigo.ca . powells.com American flag
French flag amazon.fr. barnesandnoble.com American flag
German flag amazon.de. amazon.co.uk. UK flag

book_cover recommend book⇒Java Servlet Programming
 paperback
ISBN13:978-0-596-00040-0
ISBN10:0-596-00040-5clickcounter
publisher:O’Reilly recommended
published:2001-01-15
by:Jason Hunter, William Crawford
highly recommended. Covers basics of JSP too.
Canadian flag amazon.ca. amazon.com. American flag
Canadian flag chapters.indigo.ca . powells.com American flag
French flag amazon.fr. barnesandnoble.com American flag
German flag amazon.de. download O’Reilly Safari American flag
UK flag amazon.co.uk.   
book_cover recommend book⇒Murach’s Java Servlets and JSP
 paperback
ISBN13:978-1-890774-44-8
ISBN10:1-890774-44-8clickcounter
publisher:Mike Murach
published:2008-01-21
by:Joel Murach and Andrea Steelman
Presumes Tomcat and Netbeans. That is a disadvantage if you use other tools but a boon if you use them, since so many problems are about the details of configuring and implementation, not the code itself.
Canadian flag amazon.ca. amazon.com. American flag
Canadian flag chapters.indigo.ca . powells.com American flag
French flag amazon.fr. barnesandnoble.com American flag
German flag amazon.de. amazon.co.uk. UK flag
book_cover recommend book⇒Java 2 Enterprise Edition BibleJava 2 Enterprise Edition Bible
 paperback
ISBN13:978-0-7645-0882-0
ISBN10:0-7645-0882-2clickcounter
publisher:Wiley
published:2002-04-01
by:Justin Couch and Daniel H. Steinberg
Canadian flag amazon.ca. amazon.com. American flag
Canadian flag chapters.indigo.ca . powells.com American flag
French flag amazon.fr. barnesandnoble.com American flag
German flag amazon.de. amazon.co.uk. UK flag

Learning More


CMP_homejump to top
CMP logo
feedback Please email your feedback for publication, errors, omissions, broken/redirected link reports
and suggestions to improve this page to Roedy Green : feedback email
made with CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[65.110.21.43]
Your face IP:[38.103.63.16] The information on this page is for non-military use only.
You are visitor number 16,248. Military use includes use by defence contractors.
You can get a fresh copy of this page from: or possibly from your local J: drive (Java virtual drive/Mindprod website mirror)
http://mindprod.com/jgloss/jsp.html J:\mindprod\jgloss\jsp.html