What are advantages of JSP

Showing Answers 1 - 10 of 10 Answers

vincent

  • May 30th, 2005
 

whenever there is a change in the code, we dont have to recompile the jsp. it automatically does the compilation. by using custom tags and tag libraries the length of the java code is reduced.

  Was this answer useful?  Yes

Supraja

  • Jul 29th, 2005
 

, it is portable to other operating systems and non-Microsoft Web servers

  Was this answer useful?  Yes

srikanth

  • Aug 1st, 2005
 

Easy for Programmers. 
Easy to embedded java components into the Dynamic pages

  Was this answer useful?  Yes

Ajay Chowdary

  • Aug 26th, 2005
 

JSP segregates both static as well as dynamic content wherein the JSP and HTML programmer can carry out their work almost independently.

  Was this answer useful?  Yes

vairam_nantha@yahoo.com

  • Aug 31st, 2005
 

depending upon the webserver it adv.. are vary, some comman adv.. are.., 
(1) easy to develop. 
(i.e)in servlet devloping a client side html pages is very complex porcess. 
for more details contact me my mail.

  Was this answer useful?  Yes

Amit Dixit

  • Sep 15th, 2005
 

JSP have all advatages of Java i.e write once run anywhere.JavaServer Pages (JSP) lets you separate the dynamic part of your pages from the static HTML. You simply write the regular HTML in the normal manner, using whatever Web-page-building tools you normally use. You then enclose the code for the dynamic parts in special tags, most of which start with "<%" and end with "%>".

  Was this answer useful?  Yes

tariqj2ee

  • Oct 8th, 2005
 

Easily saying

1)Auto compilation(translation.....)

2)Not deployment descritpor specific

3)Multiple deployment is avoided.

sadanand

  • Apr 14th, 2012
 

Jsp container provides a easy way to access standard objects and actions..

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions