In Scala 2.8 and liftweb.net 2.0 I\'m trying to serialize a case-class to Json but when the case class has an enumeration in it it fails.
I am trying to set an empty value (as a first choice) in a lift select element: SHtml.select((\"\", \"\") :: (MyObject.findA开发者_如何学Goll(By(MyObject.creator, User.currentUser.open_!.id))), ...
Anyone know of any good examples of using Google Map API from within a scala开发者_开发技巧 liftweb app? Check out the TravelCompanionScala Sample App:
I heard a lot of good things about Scala and the Lift Web framework recently, especially from Foursquare\'s guys hence, I might use this technology in my next projects.
I\'m a Lift newbie and I can\'t digest it\'s HTTP request/response cycle yet. Handling REST is thoroughly explained in Lift docs but what I\'m looking for is much simpler: how do I access HTTP request
My problem is extracting xhtml attributes to generate absolute links, since they need to be different on testing and production
I开发者_StackOverflow am thinking to try developing web using Scala-Lift framework. I have installed Scala 2.8, Netbeans 6.9, and Scala Plugin for Netbeans on my Ubuntu 10.04 machine. Since I am reall
Is it possible to force liftweb map开发者_高级运维per use table name in lower case for querying models?You can override dbTableName in your MetaMapper
How is it possible to simply access to get and 开发者_Go百科post attributes in lift framework inside RestHelper?
I am new with liftweb and scala. I am developing json-rest api for rss agregator and I have two problems: