How Does Jsp Work

JSP (Java Server Pages) is a technology of the Java family that is used to create dynamic web pages. The scriptlets that are used in the JSP pages generate the content for the web page. The response page gets the HTML and the XML tags from the JSP pages. The JSP pages are compiled and the servlets are created. These servlets could call Enterprise JavaBeans and its components where the processing could occur in the server. The results of that processing are sent to the webpage. Many scalable web applications and critical web applications are done using JSP technology. There is not restriction on the platform or the web server if you want to use JSP pages. Servlets run in the server. It is easy to use JSP pages to create web pages that are dynamic. You could have a template which is common for the website and the dynamic content could come from the server through servlets.

Technorati Tags: , , ,

Published
Categorized as Howto