Wednesday, 18 September 2013

android receives updates from MSSQL database

android receives updates from MSSQL database


I create a native Android app for a university (Java). This app should
show some data (exams, grades etc.) and implements a chat. All this data
is stored on a MSSQL-Server. I am downloading this data via JSON.
My current problem is the chat and update function. Does anyone know how
to realise a Java webservice where the clients can register and the
webservice is checking on the database, if there is an update and/or new
message.
Thanks in advance

No comments:

Post a Comment