devdaily home
|
java
|
perl
|
unix
|
directory
|
blog
Enter your search terms
Submit search form
web
devdaily.com
Next:
Translation time and request
Up:
JavaServer Pages
Previous:
What is a JSP?
 
Contents
JSP engine/container:
Compiles a JSP page into a servlet (once, the first time it is called).
Eexecutes the servlets
service()
method.
Sends the resulting text back to the caller.
Next:
Translation time and request
Up:
JavaServer Pages
Previous:
What is a JSP?
 
Contents