My thoughts exactly when reading that.
iland internet solutions, corp | Houston, TX | Full-time | ONSITE If you are a Software Engineer interested in building out key components of an exciting, large-scale distributed platform in the cloud computing…
My best guess is that the java one is slow due to ebean (I've always seen huge performance improvements from switching to raw jdbc). The scala one I have no clue.
I think that the play-java one would likely benefit greatly from using raw jdbc rather than the ebean ORM. In fact my best guess is this is why the scala/java versions are so far apart. In past projects, scrapping ebean…
Lately I have been using Java/Scala + Play2 + MySQL and MongoDB/CouchDB. For some of my contract work I use the full JavaEE stack (including JSF, JSP, etc). I have also used Python and Clojure quite a bit recently, and…
My thoughts exactly when reading that.
iland internet solutions, corp | Houston, TX | Full-time | ONSITE If you are a Software Engineer interested in building out key components of an exciting, large-scale distributed platform in the cloud computing…
My best guess is that the java one is slow due to ebean (I've always seen huge performance improvements from switching to raw jdbc). The scala one I have no clue.
I think that the play-java one would likely benefit greatly from using raw jdbc rather than the ebean ORM. In fact my best guess is this is why the scala/java versions are so far apart. In past projects, scrapping ebean…
Lately I have been using Java/Scala + Play2 + MySQL and MongoDB/CouchDB. For some of my contract work I use the full JavaEE stack (including JSF, JSP, etc). I have also used Python and Clojure quite a bit recently, and…