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 a servlet engine?
What is cookie? Why is cookie used?
How do I support both get and post from the same servlet?
Is servlet synchronized?
How can we perform any action at the time of deploying the project?
What's the difference between authentication and authorization?
Can we fetch the attributes related to a servlet on a different servlet?
Define servlet mapping?
Is servlet thread safe?
What is the difference between Server and Container?
If servlet receives multiple requests, how many objects will it create?
What are the uses of servlet
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
How to create war file?
What is java servlet session?