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?
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?
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.
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.
It's not necessarily paradigmatic, but Lift Poker is wicked cool: http://poker.dhobi.staxapps.net/ http://github.com/dhobi/LiftPoker