I am currently using RESTlets to field REST requests and JDBC to enter that data into a mysql database. As my mobile app is growing JDBC is becoming unmanageable. Is there a Java database framework that will work well to manage requests coming from iOS and Android devices?
RESTlets with Hibernate or JDBC seems to work