0

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?

Atma
  • 29,141
  • 56
  • 198
  • 299

1 Answers1

0

RESTlets with Hibernate or JDBC seems to work

Atma
  • 29,141
  • 56
  • 198
  • 299