
scala
文章平均质量分 91
iteye_15045
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
liftweb的用户注册实现-1.esme
lift的函数 UI = +(snippet,template) esme的用户注册 + 在Boot中, SiteMap 中定义 Menu ,将 template中的lift:signup关联到 Menu(Loc("sign_up", List("signup"), S.?("base_menu_signup"), Snippet("s...原创 2011-12-28 13:54:59 · 196 阅读 · 0 评论 -
liftweb的用户注册实现-2.println
println是一个博客系统,只允许一个人注册 User扩展了MetaMegaProtoUser,所以override了signupXhtml override def screenWrap = Full( <lift:surround with="default" at="main"> <lift:bind/> </lift...原创 2011-12-28 14:19:40 · 165 阅读 · 0 评论 -
liftweb的用户注册实现-3.news
news是一个德国的大学的学生实习项目,他没有注册,用ldap管理用户原创 2011-12-28 14:41:52 · 130 阅读 · 0 评论 -
Scalatra vs Unfiltered vs Lift vs Play
The choice of a framework is a reflection of one's philosophy, and so questions about this choice are introspections into one's own philosophy about what a web application is, how it works, and w...原创 2011-12-01 13:21:05 · 169 阅读 · 0 评论