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!


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Servlets Interview Questions

How we can create war file in servlet?

0 Answers  


How does tomcat servlet container work?

0 Answers  


What's the use of servletcontext?

0 Answers  


What is servlet context ?

4 Answers  


Can a servlet be called by passing its name as a parameter in the URL?

1 Answers   iFlex,






Why HttpServlet class is declared abstract?

0 Answers  


In servlets, Why do we need both GET and POST method implementations?

3 Answers   IBM,


Explain the difference between jsp and servlet?

0 Answers  


How will you open a new page after certain interval of time (5 sec), on clicking of a button in an html page?

2 Answers  


Which exception is thrown if servlet is not initialized properly?

1 Answers  


we cant Override Jsp Service method?Why?

4 Answers   Infrasoft, Mind Tree,


What is pure servlet?

0 Answers  


Categories