What JSP can do but Servlet cannot and vics versa?

Showing Answers 1 - 7 of 7 Answers

pullaiah

  • Jul 23rd, 2006
 

jsp seperates presentation and bussiness logic wher as servler cant do this,and whenever a modification is made to a jsp page it takes more time to compilation that is not in case of servlet

  Was this answer useful?  Yes

muralidhar

  • Jul 23rd, 2006
 

where to put servlet or jsp.file in weblogic application server

  Was this answer useful?  Yes

veena

  • Jul 24th, 2006
 

jsp differentiates view and business logic seperatly while servlet  cannot

  Was this answer useful?  Yes

Prem

  • Aug 31st, 2006
 

Programs on Invoking EJB thru Servlet

  Was this answer useful?  Yes

v nagu singh

  • Sep 17th, 2006
 

if we wnat to separate presentation logic and business logic then we go for jsp.in other cases better to go for servlets.

  Was this answer useful?  Yes

Harikumar

  • Sep 22nd, 2006
 

You have to Place  all th files  related to ur proj in the root folder(Browse  thru weblogic folder)

  Was this answer useful?  Yes

siddharth

  • Sep 25th, 2006
 

I like u r answer, it contains everything in this answer.

  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