Open source applications for the Lift web framework [closed]
Asked Answered
M

5

9

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?

Methylnaphthalene answered 30/6, 2010 at 20:35 Comment(1)
Does anybody know about larger applications? Toy projects like these only get you so far...Smew
S
8

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

Septuplicate answered 1/7, 2010 at 6:34 Comment(0)
E
5

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.

Ecumenism answered 2/7, 2010 at 5:33 Comment(0)
I
2

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

Ilium answered 8/7, 2010 at 20:42 Comment(0)
K
1

Lift samples is a good place to start

Kareykari answered 9/7, 2010 at 9:15 Comment(0)
V
1

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)

Vitrics answered 1/2, 2012 at 22:41 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.