Top "Lift" questions

An open source web application framework written in Scala

How to use Spring Autowired (or manually wired) in Scala object?

I am trying to use Spring with Scala. I know Autowired works with Scala class, but I am using a …

spring scala lift autowired
How to convert a JSON JString value to an ordinary String in Lift?

Having a jString : JString value holding an "abc" string inside I get "JString(abc)" : String if I call jString.toString. …

string json scala lift lift-json
Is there a nice, safe, quick way to write an InputStream to a File in Scala?

Specifically, I'm saving a file upload to local file in a Lift web app.

java file scala inputstream lift
Is the Lift framework as "easy" as Ruby on Rails or Django?

Just wondering if anyone has experience with the three. I have used read through some RoR and used Django. They …

ruby-on-rails django scala lift
Serializing a scala object into a JSon String using lift-json

I am wondering, would you please let me know how can I use lift-json to serialize a simple bean class …

json scala lift
Extracting json in Scala

I have the following data structure: val jsonStr = """ { "data1": { "field1": "data1", "field2": 1.0, "field3": true }, "data211": { "field1": "data211", "field2": 4343.0, "field3": false }, "…

json parsing scala lift lift-json
Scala/Lift check if date is correctly formatted

I have a date input box in my lift application, and I want to check that a user-entered date is …

scala lift
Is PHP or PHP based web framework stateful or stateless?

Along the same lines that for java centric applications, Play framework is stateless and lift framework is stateful as is …

php playframework lift
What is the meaning of colon, underscore and star in lift's SiteMap(entries:_*)?

I'm learning Scala and lift at the same time and I got stuck on understanding the syntax used to inintialize …

scala lift
Different Scala Actor Implementations Overview

I'm trying to find the 'right' actor implementation. I realized there is a bunch of them and it's a bit …

scala actor lift scalaz akka