|
JSP-JavaServer Pages, is a server side programming language. It is an object oriented language that uses the servlets technology of Java. JSP provides the flexibility to handle large amount of dynamic data, databases with performance and stability.
It has the ability to integerate with HTML very easily to enhance the presentation of a page. JSP pages helps to differentiate the design from the programming logic of a web page. Since it is plaform
independent it can be used with any server.
To use Java Server Pages both JDK and Tomcat server has to be installed. Next we will see how to install JDK and Tomcat.
Index of JavaServer Pages Tutorial
|