The company I am working at is required to develop a web service API. Currently the company does not have in house software or web developers, we are primarily MySQL database developers.
We would like suggestions on languages and frameworks that will allow rapid development of a web service that is basically acting as a proxy to MySQL stored procedures.
We need a framework that is:
1) Quick to learn (so that our staff can pick up the skills to support it) 2) Rapid to develop on 3) Capable of interfacing easily with existing MySQL databases.
Any suggestions?