lift Questions
1
Solved
I am following the steps for sbt 0.10 on the Assembla Lift wiki and get the following error:
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] :::::...
Portemonnaie asked 16/7, 2011 at 15:14
1
I have been trying for a long time to study something different to build my so planned web project (lol) and I went through some Django and Rails but gave up, mainly because of the language. ...
Furcula asked 19/7, 2011 at 4:2
1
Solved
PartialFunctions
In Scala, a PartialFunction is, in short, a function that additionally defines an isDefinedAt method.
It is easy to define partial functions with a series of case statement. A tr...
Erasmoerasmus asked 7/7, 2011 at 10:46
3
Solved
Is there a way in lift to pass parameters to snippets?
I am trying to write a pluraize filter for my page that will display the word "user" or "users" depending on how many there are:
1 user
2 us...
2
Solved
I would like to understand what are the use cases, advantages and inconveniences of choosing to use Record , Mapper or even both, in a Liftweb application.
This question came up when I tried to:
...
Diverting asked 3/7, 2011 at 17:19
1
Solved
I have a case class
case class Doc(title:String, ....)
which I want to convert to a lift-json JObjectso I can more easily use JObject methods merge, etc.
2
Would like to get some thoughts on how to best organize session vars within a scala / lift application.
I've read over a number of scala materials online and have found generally the following pa...
Contracted asked 17/6, 2011 at 5:33
4
Solved
Just wondering if anyone has experience with the three. I have used read through some RoR and used Django. They seem fairly easy to use. Is lift "easy" like these two are? I know easy is subjective...
Proser asked 5/6, 2009 at 19:46
2
All of the Seven Things (http://seventhings.liftweb.net/) are certainly nice, but I was particularly enthusiastic about the claim in Templates (http://seventhings.liftweb.net/templates) that "Lift ...
3
Solved
Along the same lines that for java centric applications, Play framework is stateless and lift framework is stateful as is any servlet or Java EE container like Tomcat or GlassFish is stateful...
Conformity asked 13/6, 2011 at 6:23
2
I've been struggling with something that should be simple through lift-json for days: serializing a map to JSON.
I know, I know – "Root object can't yet be List or Map" – but I'm willing to wrap i...
Nadia asked 19/2, 2011 at 14:26
2
Solved
I'm attempting basic serialization/hydration with lift-json, but without success. As near as I can tell from the package readme, this should work. Help?
I'm using Scala 2.8.0 and Lift 2.2 cross-bu...
Shotton asked 18/2, 2011 at 1:52
4
3
Solved
After 1.5+ years of Ruby and Rails programming, I have finally started working on one of the new projects in Scala and Lift. Basically I'm trying to write an API for accessing information from a hu...
1
Solved
I deployed example.war to Tomcat 6.0.32 (latest at time of writing), and the deployed webapp contains the following:
$ find example | egrep -v "WEB-INF/lib|WEB-INF/classes"
example
example/_items....
4
Solved
I've got acquainted with Scala recently and found it beautiful. I am willing to give up using PHP and use Scala instead for all projects of mine. Now I Use BlueHost for hosting my PHP-based s...
Trulatrull asked 13/9, 2010 at 12:27
3
Solved
So I have been looking around the internet for a good explanation of how lift works concerning databases. I have not found anything very helpful yet. What I am looking for is a simple explanation o...
1
Solved
I think I may be missing something fundamental from the list-json xpath architecture. The smoothest way I've been able to extract and traverse a list is shown below. Can someone please show me a be...
1
Solved
I'm trying to get through the LiftWeb Getting Started Tutorial.
This is what I've done:
Downloaded and unpacked the tar-file.
(Here I tried to do sbt update as stated in the instructions, but it...
5
Solved
So I have spent the past 11 hours now trying to get even the simplest Scala/Lift app to run on Tomcat through Eclipse. Apparently no one is trying to do this or it is the easiest thing in the world...
1
This page:
http://www.assembla.com/wiki/show/liftweb/Using_SBT
describes how to override the jetty port for lift webapps:
override val jettyPort = 8081
but doesn't state the file that this overr...
3
Solved
There is a demo by IBM that shows how easy Reverse AJAX can be used with DWR 2. On the other hand, Scala/LIFT comes with built-in Reverse AJAX capability.
Question: Any experience if this works ...
Chen asked 23/6, 2010 at 22:37
4
Solved
Ok, I'll explain why I ask this question. I begin to read Lift 2.2 source code these days.
It's good if you happened to read lift source code before.
In Lift, I found that, define inner class and ...
3
I am just getting started with lift and I am now trying to change a normal form to an ajax form but the method processEntryAdd is never called.
def addUser(xhtml : Group) : NodeSeq = {
var first...
Subterfuge asked 17/4, 2009 at 11:47
2
Solved
I start reading Lift framework source code, I find that there're so many methods are defined using a name like methodName_? , is there a convention that _? has some special meaning?
def empty_? : ...
© 2022 - 2024 — McMap. All rights reserved.