Fr aptitude question which for preparing good book?
How do I fix 0xc000007b?
what is the accounting classification to the instance?
What is the main function of dom?
Have you ever disagreed with a manager's decision, and how did you approach the disagreement? Give a specific example and explain how you rectified this disagreement, what the final outcome was, and how that individual would describe you today.
Can you explain tpa analysis?
what is the meaning of banking
Where is the word exe?
What is the full form of getch?
Define WEBI?
How does dispatch_once manages to run only once?
Who built the first rocket that robert goddard invented?
What are the types of keywords?
What is a scenario manager?
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!