What's the architecture of a servlet package?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between servletconfig and servletcontext in servlet?
What are the differences between the servletconfig interface and the servletcontext interface?
What is the disadvantage of cookies?
how the server will know its the same jsp page?
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 do you mean by servlet context?
Hi Friends, Suppose you have a web appliction which consists of 100 clients are connected with Connection pooling and they are associated with 100 connection objcet and connected with DB sever,Due some problem DB-Server suddenly crashed and server came to down state for a while after few minutes DB-server once again up,Now how will I manage my Pool Management with my 100 clients...can any one tell me??????????????????
Is it possible to send a mail from a servlet? Explain?
How do I use cookies to store session state on the client?
In which cases Destroy() is invoked?
What is difference between cookies and httpsession?
Write a simple servlet program to print the contents of html.