what is jsp?
JavaServer Pages (JSP) allows a developer 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.
It works very rapidly and develops applications that are independent from any server or platform.
advantages of jsp
JSP allows web applications that are platform independent to be developed much more rapidly. It also allows web developers to alter the layout of a page without changing the actual underlying dynamic content.
Web pages with existing business systems are also easily developed and maintained when JSP is used.
relevant books about jsp
|