René Nyffenegger's collection of things on the web
René Nyffenegger on Oracle - Most wanted - Feedback -
 

JSP (Java Server Pages)

Java Server Pages are similar to servlets; however, they are not entirly written in Java but are essentially an HTML document that contains Java code.
A JSP is converted into a servlet when it is 'compiled'.
JSPs are executed by a JSP Engine. Such an engine can either be installed as part of a web server or is an Application Server.
See also JSP Elements.

Links