up previous next contents
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.


up previous next contents
Next: Translation time and request Up: JavaServer Pages Previous: What is a JSP?   Contents