We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
您可能会看一下:
http://github.com/rmuri/TravelCompanionScala
这里有趣的是,它使用 JPA 代替电梯映射器的。对于许多商店来说,这可能会缓解迁移到 Scala/Lift 时“哦,一切都是新的”的震惊。
仅供参考,可以在此处找到此示例应用程序的更新版本:
https://github.com/dhobi/TravelCompanionScala
功能:
设计人员友好的模板
更新至 Scala 2.10.0、Lift 2.5-M4
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
我最近从 http://github.com/tjweir/pocketchangeapp 下载了 pocketchangeapp。 Derek Chen-Becker 在 Scala 2.0 中运行一个简单的应用程序,对于学习现有代码非常有用。
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.
它不一定是典范,但 Lift Poker 非常酷: http://poker.dhobi.staxapps.net/< /a> http://github.com/dhobi/LiftPoker
It's not necessarily paradigmatic, but Lift Poker is wicked cool: http://poker.dhobi.staxapps.net/ http://github.com/dhobi/LiftPoker
Lift 示例 是一个不错的起点
Lift samples is a good place to start
只是为了完成清单。一个突出的例子是 Apache ESME。
http://github.com/apache/esme
println.io(一个博客软件)是一个很好的起点用 lift 框架编写)
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)