Comment on Scaling Scala vs JavaparentComments−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
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.