Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116)
Explain bean lifecycle in spring framework?
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!
What is dynamic binding(late binding)?
Why char array is preferred over string for storing password?
Can I declare class as static or private?
How do you turn on annotation wiring?
What do negative exponents mean?
How do we set auctions in wcs?
Explain the concept of ejb ql?
why java does not support unsigned keyword?
Is a spring bean a singleton?
How to know howmuch data is truncated?
What is the main purpose of java servlets?
When a thread blocks on i/o?
What is the use of hbm2ddl configuration in hibernate?