Top "Lift" questions

An open source web application framework written in Scala

why is the lift web framework scalable?

I want to know the technical reasons why the lift webframework has high performance and scalability? I know it uses …

web-services scala frameworks lift
Play vs. Lift Pain Points

EDIT Slow compile times are now largely mitigated by sub project enabled builds, a huge win. Have switched away from …

playframework playframework-2.0 lift paint point
IntelliJ IDEA plugin to fold .conf files?

I have a Scala app built with Lift framework. It has a few .conf files. When I open those .conf …

intellij-idea plugins lift folding code-folding
Frameworks comparation: Lift, Play and Wicket

What are the advantages and dis­advantages of frameworks Lift, Play and Wicket? What characteristics are best or only supported …

scala wicket lift playframework
Why people define class, trait, object inside another object in Scala?

Ok, I'll explain why I ask this question. I begin to read Lift 2.2 source code these days. It's good if …

scala lift
Reverse AJAX (Comet) and Spring MVC vs. Scala/LIFT?

There is a demo by IBM that shows how easy Reverse AJAX can be used with DWR 2. On the other …

scala spring-mvc spring-security lift dwr