|
|
|
|
|
by drKarl
5399 days ago
|
|
And for the rest of your needs, Play gots you covered too... You can use play's WS class to make asynchronous HTTP calls from your server, and it integrates nicely with MySQL or your database of choice too. I think it uses Hibernate under the hoods, but leverages all its power while simplifying configuration and usage. You can use Play with Scala, and if you do so, there is a nice database layer called Anorm. |
|