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.
I have been looking at the Scala web framework Lift. I recently saw something called Wiring and was wondering if some开发者_Go百科one could explain the benefits to me, as an application programmer.Wir
The question seems relatively simple, what I want is that when the user goes to: http://somesite.ex/ they get the same content as if they had gone to:
How do I set a cookie in a LiftFilter.doFilter method? I tried to set the cookie as follows (stripped some code):
there is a LocParam If in lift framework. I\'m wondering how it is meant to work. I have a simple menu of several items like this one:
I find myself needing to produce a LiftResponse, and I have an existing piece of code that produces a Elem, inside of which is
I\'m a Scala/Lift beginner and I\'m having trouble with rendering a list with optional \"tags\" on each item.
I am completely new to webprogramming, I never made anything that goes in that direction. But for some reason I now want to know how it works. Since I am familar with scala i tried the lift framework.
there is a lift snippet:<lift:Login> <entry:name> No user logged in </entry:name> </lift:Login>
I\'m intending to access DB (postgre) from my applications in scala. I was requested to use lift to do so. Since I have neither experience in web-programming nor in dealing with DB it\'s not a surpris