I read a lot on Scala recently, and I really want to figure it out. I am doing my Java web development from Eclipse with Tomcat as my preferred server, and I would like to keep it that way. I tried the Scala Eclipse plugin, but I'm sure it is not there yet. I had to remove it because it just doesn't work. In addition, it does not seem to give anything for creating web projects (I could be wrong there).
Since Scala is a compiled language like Java, I was wondering if you could just replace Java with Scala, as in where I used to create Java classes, now I could create Scala classes instead? Maybe even mix Java and Scala?
Is there anyone who was able to create a decent Scala workflow in Eclipse for web development without the scary "official" Scala Eclipse plugin?
PS: I tried the Play platform (I think she recently added Scala support), but it just isn't for me. I like compiled classes and using JSP for my views.
source
share