I am creating an Android application for a project at university.
I will have several databases hosted on the university servers ( We have a web development server).
I was going to create a Java server, however, due to the university firewalls and other security mechanisms, when hosted on the university, would not allow remote connections (from ones smart phone). I am learning as I go with the whole using Java for web development as such.
I want to be able to use the web server to handle requests from the phone application, fetch and manipulate the data from the databases, and then send a reply back to the phone.
Can I do this with servlets? And host this on the web development server?