Answer Posted / saikiran
CGI is not a programing Language that was giving some
standards we can implement in any of the programing
language implement those low level standard is difficult
for that only servlet gets come into the picture
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will two or three servlets interact or communicate with each other?
Given the request path below, which are context path, servlet path and path info?
Define context initialization parameters.
What is the use of servlet wrapper classes?
How can you start a jta transaction from a servlet deployed on jboss?
Which is better jsp or servlet?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What is the dispatcher servlet?
How can you create a session in servlet?
Why session tracking is needed?
How can we refresh automatically when new data is entered into the database?
What are advantages of servlets over cgi?
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!
How the servlet is loaded?
What is life cycle of Servlet?