Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open source applications for the Lift web framework [closed]

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?

like image 508
Elazar Leibovich Avatar asked Jun 30 '10 20:06

Elazar Leibovich


1 Answers

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

like image 141
earthling paul Avatar answered Oct 31 '22 00:10

earthling paul