Acronym for JavaServer Pages. JSP technology is an extension to the Java Servlet
technology from Sun Microsystems that provides a simple programming vehicle
for displaying dynamic content on a Web page. JSP is a server-side technology.
A JSP is an HTML page with embedded Java source code that is executed in the
Web server or application server. The HTML provides the page layout that is
returned to the Web browser, and the Java provides the business logic.
Copyright © 1984, 2005, Oracle. All rights reserved.