Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I need to replace a branch of a json tree using the lift framework (v2.3). For example, I\'d like to replace the \"a3\" branch with a new tree
I\'m trying to save a record with JsonObjectField (using lift-mongo- record in Play framework) but it is empty in database collection.
I\'m working on the web application based on Scala, Lift, MongoDB. Which hosting solution are you using for such apps? I have been though开发者_C百科t about something easy like Heroku or even totally
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I would like to create a web application(maybe a shopping cart) in ASP.NET and after that I would like to translate this application in a Lift web application. I know the basics of Scala programming.
Hi I tried to download lift 2.4 from http://liftweb.net/download .I\'m following exactly the stepsbut I have the following error
Greetings, I am trying to start a scala/liftweb project for deployment on Google App Engine. To do this, i need to package it up as a .war using maven.
So I have a Map in Scala like thi开发者_如何学编程s: val m = Map[String, String]( \"a\" -> \"theA\",
when requesting: case \"page\" :: AsInt(id) :: Nil => { S.notice(\"Hello world!\") S.redirectTo(\"/index\")