Java Reference

Java Reference Home | Smart Soft Home

JSP
Stands for Java Server Pages. JSP is Sun's new technology for embedding server-side Java code into an html page. Sun has defined several custom html tags into which java code may be placed. When a request is made for the jsp page, the JSP complient web server replaces the Java code with HTML. By the time the client sees the page, all JSP tags and Java code have been stripped out and replaced with dynamically generated html.