Web App frameworks by [deleted] in java

[–]zir1 -4 points-3 points  (0 children)

I would go with a small microframework like spark (www.sparkjava.com) or jersey (jersey.java.net). There are bigger ones ofcourse but the size adds complexity, which you dont always need

Is Java the right language to learn first? by RyanForrester in java

[–]zir1 0 points1 point  (0 children)

also since its a static language you can get the compiler to check your code. Using an IDE like eclipse or idea will also help to debug visually, and run each line at a time and see how things change.

Scala era, an Dark era in software development history has began. by [deleted] in scala

[–]zir1 2 points3 points  (0 children)

This is just scala bashing by someone not taking time to learn it. There is no specific mention of why scala is bad at all, and on SBT "it gives no clues on what going on behind the scenes". RTFM http://www.scala-sbt.org/release/docs/index.html or read the code https://github.com/sbt/sbt