i want to create database and a webservice for mobile computing. The database should be generic which means iOS and Android can easily access to it. Therefore i tried some stuff with php webservice JSON and mysql db. But i think a more professional environment would be a Java JAX Restful Service. Does a JAX Webserive need an application server like tomcat ? Is iOS compatible to a JAX Restful Service (I think yes cause the API is JSON) ?
Or is just php mysql json a valid solution ? Would be nice if someone who already did such a project some information.
Greetz
Tobi