Open source applications for the Lift web framework [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionI'm looking for open source applicati开发者_StackOverflowons 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.
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
I recently downloaded pocketchangeapp from http://github.com/tjweir/pocketchangeapp. A simple application runs in Scala 2.0 by Derek Chen-Becker, 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
Lift samples is a good place to start
Just to complete the list. One prominent example is Apaches ESME.
http://github.com/apache/esme
A good starting point is println.io (a blogging software written with the lift framework)
精彩评论