JavaServer Page (JSP)
A standard Java extension that supports the generation of dynamic web pages. A JavaServer Page combines HyperText Markup Language (HTML) and JSP tags in one document. A servlet container interprets a JSP tag as a call to a Java class. The servlet container compiles the Java classes to generate a web page.
Related terms