Basic computer course, C programming language, Education, Engineering Course, Engineering Courses, Maths Coaching, online computer coaching, PGDCA course coaching, programming course, school computer coaching, training, Uncategorized, Web Design course

What are the advantages of JSP over the Servlet? tccicomputercoaching.com

Servlets are mainly server side programs, written fully in Java.

JSP is primarily an interface built on top of Servlets. Advantage of JSP is that it takes care of the UI part, and minimizes the developer effort to create the screens. JSP is very helpful because it combines HTML with some basic Java coding, and the server side processing logic, can be taken care of by the Servlets.

JSP over the Servlet

Advantages of JSP over Servlets

1. Servlets use println statements for printing an HTML document which is usually very difficult to use. JSP has no such tedius task to maintain.

2. JSP needs no compilation, CLASSPATH setting and packaging.

3. In a JSP page visual content and logic are seperated, which is not possible in a servlet.

4. There is automatic deployment of a JSP; recompilation is done automatically when changes are made to JSP pages.

5. Usually with JSP, Java Beans and custom tags web application is simplified.

6. JSP has the custom tags feature, which allows us to create reusable components, making it more flexible, compared to servlets.

To know more in detail about JSP, Servlet, Java Programming, TCCI

Call us @ 9825618292

Visit us @ http://tccicomputercoaching.com/course/

 

Leave a comment