Top "Lift" questions

An open source web application framework written in Scala

What Scala web-frameworks are available?

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 lift
How to create SBT project with IntelliJ Idea?

I just got started with Scala/LiftWeb/Sbt developing, and I'd like to import a Sbt project in IntelliJ Idea. …

scala intellij-idea lift sbt
Scala framework for a Rest API Server?

We are thinking on moving our Rest API Server (it is inside the web service, on Symfony PHP) to Scala …

api rest scala lift
How do you serialize a Map to JSON in Scala?

So I have a Map in Scala like this: val m = Map[String, String]( "a" -> "theA", "b" -&…

json scala serialization map lift
Why would I use Scala/Lift over Java/Spring?

I know this question is a bit open but I have been looking at Scala/Lift as an alternative to …

java spring scala lift
How can I construct and parse a JSON string in Scala / Lift

I am attempting to use JSON to send data between the browser and my app. I am attempting to use …

json scala lift
Comparing Lift with Play2

I 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-frameworks
Choosing a Scala web framework

I am about to start a project for a web application that should run on a Tomcat server. I have …

scala playframework lift scalatra
PermGen problems with Lift and Jetty

I'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
Out of Memory Error Using SBT When Executing Lift Project

I am using SBT 0.7.7. When I make a change to my Lift project and re-compile via: jetty-stop compile jetty-run I …

scala memory lift sbt