Definitions for "JavaServer Page"
Keywords:  servlet, jsp, html, xml, shorthand
A definition for a dynamically generated HTML page. Servlets use JSPs to present dynamic data. Data retrieved from a database, or otherwise generated dynamically, is merged with the JSP to create a database report or other type of HTML page, which is displayed to the user. Contrast with HTML page.
an extension of the Java Servlet API that makes it easier to build Web pages that have dynamic content
a simple text file consisting of HTML or XML content along with JSP elements (a sort of shorthand for Java code)