Define the servlet mapping.
No Answer is Posted For this Question
Be the First to Post Answer
How to rectify errors in java servlet while compilation?
What are the different session tracking techniques?
What is servlet in simple terms?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is the ServletConfig() and what is its use?
How do you load an image in a Servlet?
Which application server is best for java?
which type of data passing is used in realtime?
What is SingleThreadModel interface?
What are the uses of servlet and what is servlet chaining?
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 the use of java servlet api?