Link to home
Start Free TrialLog in
Avatar of Zolf
ZolfFlag for United Arab Emirates

asked on

Send/Receive data between JQuery Mobile and server

Hello there,

I have made a mobile app using JQuery mobile which has static data on it. Now I want to go a step futher to have my app connect to db and get and send data from the web app to the server. but I don't know how to do it. I want to use Java technology on the server side with mssql 2008 db. any help will be appreciated. I could not also find any tutorial on the internet with respect to java server side.

cheers
Zolf
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

Are you making an html5 app that is actually a website in mobile format or are you making an html5 app that will be used as as webview or are you making a true native app?

If the first 2, you can use the data connections you are used to and no special java required.   If you are making a pure native app, then you will need to make a web service for your database and send calls to the endpoints as REST or SOAP.  

This has been answered very nicely https://www.experts-exchange.com/questions/27620111/Can-someone-advise-how-to-retrieve-data-from-my-database-in-an-Android-application-perhaps-using-JSON.html
Avatar of Zolf

ASKER

thanks for your comments. I am making an web app using HTML5 specifically for mobile devices.can you please elaborate on this
ASKER CERTIFIED SOLUTION
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Zolf

ASKER

thanks you so much for explain and clearing my doubts so clearly.