What are Java Server Pages?
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.
JSPs are compiled into Java Servlets by a JSP compiler. A JSP
compiler may generate a servlet in Java code that is then compiled by
the Java compiler, or it may generate byte code for the servlet
directly.
My tutorials :None
3rd party tutorials :IBM
SUN
Java Cove Sollutions
Software and downloads :None
General questions and answers :None
Common problems and solutions :None
Techniques and common solutions:General Tags:Servlets & JSP:Java Standard Tag Library:Configuration:Other:Project site & reference documentation: |