posted 11 years ago
Sorry for the confusion by mixing up the terms cloud and web.
I was thinking if the web app is pulling data from the database on the local machine then it would get access to all the columns of the db that also has some sensitive data. So it would be better to push the data from the desktop app and the web app accepts that data. But i was wrong.
Now i am using HTTPURLConnection as suggested by Paul to send the JSON string with the data that is required by the web app.