An open source web application framework written in Scala
I've just started learning Scala, and the first thing I'm going to implement is a tiny web application. I've been …
scala frameworks web-frameworks liftI just got started with Scala/LiftWeb/Sbt developing, and I'd like to import a Sbt project in IntelliJ Idea. …
scala intellij-idea lift sbtSo I have a Map in Scala like this: val m = Map[String, String]( "a" -> "theA", "b" -&…
json scala serialization map liftI am attempting to use JSON to send data between the browser and my app. I am attempting to use …
json scala liftI used play2 before with java. It felt a little bit like boilerplate especially if you used akka with java. …
scala playframework-2.0 lift web-frameworksI am about to start a project for a web application that should run on a Tomcat server. I have …
scala playframework lift scalatraI'm developing on the standard Lift platform (maven and jetty). I'm repeatedly (once every couple of days) getting this: Exception …
memory scala jvm lift permanent-generation