JSP Tutorial

            

Why use JSP?

JSP is easy to learn and allows developers to quickly produce web sites and applications in an open and standard way. JSP is based on Java, an object-oriented language. JSP offers a robust platform for web development.

Main reasons to use JSP:

  1. Multi platform
  2. Component reuse by using Javabeans and EJB.
  3. Advantages of Java.

You can take one JSP file and move it to another platform, web server or JSP Servlet engine.

 

 
 

 

 

 

 

 

 

 

 

 

 

 

 

This means you are never locked into one vendor or platform.

HTML and graphics displayed on the web browser are classed as the presentation layer. The Java code (JSP) on the server is classed as the implementation.

By having a separation of presentation and implementation, web designers work only on the presentation and Java developers concentrate on implementing the application.