If you want to modify the servlet,will the Webserver need
to be ShutDown ?

Answer Posted / ravikiran.chd

yes we have to redeploy

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between servlet and cgi?

600


What is the life-cycle of servlets?

627


What is the capacity the doget can send to the server?

568


How do we go with database connection and log4j integration in servlet?

690


What is servlet used for?

687






Tell us something about servletcontext interface.

616


How the typical servlet code look like ?

629


What is the use of httpservletresponsewrapper?

524


What do you mean by url pattern in servlet?

618


How forward () method is different from send redirect () method?

513


What are the different mode that servlets can be used?

545


Why servlet is faster than jsp?

559


What do you mean by default initialization in java servlet?

596


Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!

1823


What is the difference between portlet and servlet?

506