JavaServer Pages (JSP) is a
Java technology that allows
software developers to dynamically generate
HTML,
XML or other types of documents in response to a
Web client request. The technology allows Java code and certain pre-defined actions to be embedded into static content.The JSP syntax adds additional
XML-like tags, called JSP actions, to be used to invoke built-in functionality. Additionally, the technology allows for the creation of JSP tag libraries that act as extensions to the standard HTML or XML tags. Tag libraries provide a
platform independent way of extending the capabilities of a
Web server.
See more at Wikipedia.org...