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 does the term localization refer to?
What is a servlet context object?
How is an application exception handling is done using a servlet?
How can the referrer and the target urls be used in servlet?
What are the objects involved when a servlet receives a call from client?
Explain the working of service() method of a servlet.
Can filter be used as request or response?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What is servlet and how it works?
What is the
Tell us something about servletcontext interface.
How can we refresh automatically when new data has entered the database?
What is the use of java servlet api?
What is servlet in simple terms?
How can we upload the file to the server using servlet?