
I've been looking into the Lift web-framework over the past week. It's nice clean looking framework which promotes logicless html views, concise models and of course has all the benefits of the Scala language too (runs on JVM without modification, so if you have a Java runtime you have all you need to run a Scala application).
I've worked through the getting started example and I am now moving through a free book. So far it's very interesting to see how things are accomplished in Lift, and that combined with Scala looks to be a powerful combination.




