Saved Bookmarks
| 1. |
How Can A Servlet Refresh Automatically If Some New Data Has Entered The Database? |
|
Answer» Basically it depends on the scenario , how you can HANDLE. You need handle this in dao layer, when doing insert OPERATION you can CALL an utility method which will LOAD the context ServletContextListener. Because, servlets are basically used for handling request and give the response. Basically it depends on the scenario , how you can handle. You need handle this in dao layer, when doing insert operation you can call an utility method which will load the context ServletContextListener. Because, servlets are basically used for handling request and give the response. |
|