up previous next contents
Next: JSP engine/container: Up: JavaServer Pages Previous: JavaServer Pages   Contents

What is a JSP?

  • JSPs are a combination of HTML code and Java code.
  • JSP files usually have a filename extension of ".jsp".
  • JSP files are compiled into Servlets by the JSP container.
  • Provides automatic session management.
  • Implicit programming objects are available, including request, response, and others.
  • JavaBeans are the component model.


up previous next contents
Next: JSP engine/container: Up: JavaServer Pages Previous: JavaServer Pages   Contents