tags:

views:

284

answers:

4

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?

+6  A: 

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.

earthling paul
+2  A: 

I recently downloaded pocketchangeapp from http://github.com/tjweir/pocketchangeapp. A simple application runs in Scala 2.0 by Derek Chen-Becker.

I recently downloaded this application, very useful for learning from existing code.

Jeevan Pingali
+1  A: 

It's not necessarily paradigmatic, but Lift Poker is wicked cool: http://poker.dhobi.staxapps.net/ http://github.com/dhobi/LiftPoker

David Pollak
A: 

Lift samples is a good place to start

Pere Villega