top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the advantages of JSP ?

+1 vote
168 views
What are the advantages of JSP ?
posted Jan 24, 2015 by Dominic

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+2 votes
 
Best answer

The advantages of using the JSP technology are shown below:

 1.  JSP pages are dynamically compiled into servlets and thus, the developers can easily make updates to presentation code.

 2.  JSP pages can be pre-compiled.

 3.  JSP pages can be easily combined to static templates, including HTML or XML fragments, with code that generates dynamic content.

 4.  Developers can offer customized JSP tag libraries that page authors access using an XML-like syntax.

 5.  Developers can make logic changes at the component level, without editing the individual pages that use the application’s logic.
answer Jan 27, 2015 by Karthick.c
Similar Questions
+3 votes

I am trying to debug a javascript file, which is used in a .jsp file. When I debug the using F12 in IE10 I did not find that particular file in the debugger tool.

Can anybody please tell, why that particular file is not showing even it is present in project folder location?

...