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
class, container, extension, HyperText Markup Language (HTML), Java, servlet, tag, web page

Additional Links:

Copyright Actuate Corporation 2012