Comment on Scaling Scala vs JavaparentComments−_random_12yWhy would a mostly similar language on the same runtime even help you scale that much? Surely it's about frameworks and technologies!−room27112yThe author is very clear that you can scale Java and Scala in the same ways. But doing this in Scala is much more idiomatic and concise.−anuraj12yIn the past few months, I have found the relative simplicity of vert.x trump play where ever an asynchronous framework needs to be used. And for everything else, there is the Servlet API.
Comments
Why would a mostly similar language on the same runtime even help you scale that much? Surely it's about frameworks and technologies!
The author is very clear that you can scale Java and Scala in the same ways. But doing this in Scala is much more idiomatic and concise.
In the past few months, I have found the relative simplicity of vert.x trump play where ever an asynchronous framework needs to be used. And for everything else, there is the Servlet API.