How can a servlet refresh automatically if some new data
has entered the database?
Answer Posted / rajesh r
Automatic Database synchronization is not possible in
SERVLETS
we need to code for that manually..
In EJB entity Bean CMP , db sync in possible.
Thanks
Rajesh
Rajeshr1988@gmail.com
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between get and post methods?
What is the purpose of dispatcherservlet properties?
what is multiple server?
When servlet object is created?
What is servlet configuration?
What are the drawbacks of cgi?
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 meant by session? Tell me something about httpsession class?
What is cookie in servlet?
What’s the use of the servlet wrapper classes??
When jsessionid is created?
What are different ways for servlet authentication?
What is servlet attributes and their scope?
What is the use of attribute in servlets?
What is the life-cycle of servlets?