java - tomcat server response after continuous interval? -
I want my J2me application to check a table in a server database and send an application response after some interval . How do I suggest using Tomcat as a server and how will I implement it?
Do you want to take the initiative to send the talkcat response after a specific time interval? Are you using Ajax in the app? What you can do in your application, a thread can be run in the client side, which can request a tomc after a specific time interval and receive a response.
Comments
Post a Comment