We have an application that works with the MySql database. Now we are implementing a mobile version of our application, and I am looking for a Java solution for easily creating leisure services from ready-made SQL queries.
Security and Performance Information: Security Required (LDAP). Performance - the working time of the rest request should be approximately equal to the working time of the sql request.
What solutions can be used for this?
source
share