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
How can you push data from an Applet to a Servlet?
What are the type of protocols used in httpservlet?
Is servlet a server side scripting language?
How to create war file?
What are the advantages of servlets over traditional cgi?
How can a servlet be used to generate plain text instead of html?
What’s the difference between genericservlet and httpservlet?
What are the features added in Servlet 2.5?
What is servlet lazy loading?
Name the packages that work with servlet?
Explain the differences between jsp and servlet.
Can you use javascript in servlets?
How do you communicate in between Applets and Servlets?
How can you create a session in servlet?
How is an application exception handling is done using a servlet?