Link to home
Start Free TrialLog in
Avatar of onyourmark
onyourmark

asked on

what is meant by "no web services required"

Hi. I read about a project where they say
i need someone to create a mobile app using Jquery mobile , the app will be static and there is no web services

Can someone say what is meant by "no web services"?

Thank you.
SOLUTION
Avatar of kaufmed
kaufmed
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 onyourmark
onyourmark

ASKER

Ok great. So it would not connect to a remote database I guess.
On second thought, perhaps it could be connecting to remote systems via Sockets. But I believe this kind of communication is rare in the mobile arena. Most network communication is handled via technologies like REST-based web services for ease of portability (i.e. you can call a REST web service from a Windows phone, and Android phone, or an IPhone without having to change a thing--it's just like entering a URL into a browser).
ASKER CERTIFIED SOLUTION
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
Thanks all. Seems to have some tech meaning and some less technical meaning.