I need to make an on-line system/webapp/server that connects to an mySQL Server. this web app/server must accept incoming communications from an android app and then make changes to the database. Also there needs to be an "Web Admin Console" to do manual data manipulation.
I was considering using Java with Tomcat for the web application the system needs to run on:
- open source frameworks
- be well documented technology
- secure data transmission
are there any other software/languages i could use? how do i set up the web console? there needs to be an SSH access as well...
How do I start with making this online system?