Search code examples
scalaopen-sourcelift

Open source applications for the Lift web framework


I'm looking for open source applications written for the Lift Web framework. I want to read their code, and learn the best Lift-ish coding style from those.

Anyone knows good open source Lift web applications?


Solution

  • You might have a look at: http://github.com/rmuri/TravelCompanionScala

    The interesting thing here is, that it uses JPA instead of the Lift Mapper. For many shops this might ease the "oh everything is new" shock when moving to Scala/Lift.

    FYI an updated version of this sample app can be found here:

    https://github.com/dhobi/TravelCompanionScala

    Features:

    • Designer Friendly Templates

    • Updated to Scala 2.10.0, Lift 2.5-M4