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
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What is a web container and what is its responsibility?
What is the difference in between the httpservlet and generic servlet?
How can the session in servlet be destroyed?
How to create war file?
What is a server side include (ssi)
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
Why is http protocol called as a stateless protocol?
Can we get PrintWriter and ServletOutputStream both in a servlet?
The code in a finally clause will never fail to execute, right?
What is the dispatcher servlet?
Differentiate between the print writer and servlet output stream?
What are the types of servlet?
What are the various ways of session supervision in servlets?
What are the differences between the servletconfig interface and the servletcontext interface?