Tagged Questions

An open source web application framework written in Scala

learn more… | top users | synonyms

75
votes
12answers
10k views

Should I use Play or Lift for doing web development in Scala?

I'm stuck on whether I should focus on Play or Lift for doing web development in Scala. Play looks very polished. The Scala-specific tutorial looks amazing. Furthermore, since I've been coding in ...
61
votes
18answers
17k views

What Scala web-frameworks are available?

I've just started learning Scala and the first thing I'm going to implement is a tiny web-application. I've been using Erlang for the last year to implement server-side software, but I've never wrote ...
52
votes
8answers
14k views

Why would I use Scala/Lift over Java/Spring?

I know this question is a bit open but I have been looking at Scala/Lift as an alternative to Java/Spring and I wonder what are the real advantages that Scala/Lift has over it. From my perspective and ...
42
votes
4answers
7k views

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 seem fairly easy to use. Is lift "easy" like these two are? I know easy is ...
39
votes
3answers
1k views

What are your experiences developing in Scala/Lift?

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. Are any of you Scala/Lift ...
36
votes
4answers
8k views

How to create SBT project with IntelliJ Idea?

I just got started with Scala/LiftWeb/Sbt developing, and I'd like to import a Sbt project in IntelliJ Idea. Actually, I managed to import my project in two different ways: 1) with Maven. I created a ...
34
votes
5answers
6k views

why is the lift web framework scalable?

I want to know the technical reasons why the lift webframework has high performance and scalability? I know it uses scala, which has an actor library, but according to the install instructions it ...
30
votes
1answer
12k views

How can I construct and parse a JSON string in Scala / Lift

I am attempting to use JSON to send data between the browser and my app. I am attempting to use Lift 1.0 to create and parse JSON strings, but for some reason I am unable to parse the JSON I just ...
26
votes
8answers
11k views

How to start playing with Lift framework?

What I think would be useful for me (and hopefully for other SO readers and Scala fans) is: How to painlessly set up lift on linux (ubuntu) (apt-get install lift #does not work) Is there any free ...
24
votes
4answers
2k views

Different Scala Actor Implementations Overview

I'm trying to find the 'right' actor implementation for my thesis. I realized there is a bunch of them and it's a bit confusing to pick one. Personally I'm especially interested in remote actors, but ...
18
votes
4answers
1k views

Can you recommend a good shared hosting provider for a webapp made with Lift framework with Scala?

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 sites. Can ...
17
votes
3answers
4k views

Frameworks comparation: Lift, Play and Wicket

What are the advantages and dis­advantages of frameworks Lift, Play and Wicket? What characteristics are best or only supported by each? Thanks
17
votes
5answers
1k views

Positioning for Scala or Lift jobs [closed]

I'm starting to understand Scala and I like it a lot. How can you position yourself to get a paying job as a Scala developer (assuming those become more common)? What parts of the Scala ecosystem ...
17
votes
4answers
5k views

PermGen problems with Lift and Jetty

I'm developing on the standard Lift platform (maven and jetty). I'm repeatedly (once every couple of days) getting this: Exception in thread "7048009@qtp-3179125-12" java.lang.OutOfMemoryError: ...
16
votes
1answer
1k views

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 the SiteMap in the Boot.scala: val entries = Menu(Loc("Home", "/", "Home")) :: ...
15
votes
3answers
2k views

For my next project, a web-app, should use scala+wicket or scala+lift?

Given the various advantages of the Scala language I have decided to write my next web-application in Scala. However, should I be using Wicket or Lift? I am familiar with Wicket, and like it quite a ...
15
votes
2answers
3k views

ORM for Lift: Mapper or JPA?

I'm creating a small application for my company in Lift. I'm quite a newbie in Scala/Lift so I'm using this chance to practice. Now, I have a question on what ORM system to use. On one hand, Mapper ...
14
votes
3answers
1k views

Scala (2.8)/Lift (2.2) vs. C# (4.0)/ASP.NET-MVC 3

I have recently been learning Scala in my personal time. At work, I have been learning C#/.NET (4.0). I am not deeply familiar enough with either to be able to more than minimally evaluate either Lift ...
14
votes
7answers
4k views

Scala framework for a Rest API Server?

We are thinking on moving our Rest API Server (it is inside the web service, on Symfony PHP) to Scala for several reasons: speed, no overhead, less cpu, less code, scalability, etc. I did't know Scala ...
13
votes
2answers
672 views

OAuth 2.0 provider implementation for Scala/Lift

Does anyone know of a OAuth 2.0 provider (server side) implementation for Scala/Lift? I see Scala 2.0 client, but no provider.
13
votes
4answers
2k views

Book suggestion for Scala Lift Web Framework

I am sinking my teeth into Scala. Beginning Scala is a good book to go with, for a Java developer. However, I want to look into Lift framework as well. Please suggest a good book (or a comprehensive ...
12
votes
1answer
210 views

How can I easily define more complex PartialFunctions in Scala?

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 ...
11
votes
5answers
2k views

How do the Scala based frameworks stack up for a complete Scala newbie - Lift, Play, Circumflex, etc

There has been a lot of movement in the Scala based web framework community of late. Coming from Rails, Rake, ActiveRecord and migrations - which is a good Scala framework to build production sites in ...
11
votes
1answer
1k views

How scalable is the Lift framework's comet/reverse ajax?

I recently learned scala and about to start working/learning Lift framework. Going through the Features and getting started with the framework, I had seen some amazing capabilities of the framework ...
11
votes
5answers
6k views

Grails - Lift: Which framework is better suited for which kind of applications? [closed]

I have been using Grails for the past few months and I really like it, specially GORM. However, I am getting interested into Scala's Lift. Therefore, I would like to know your opinion about which kind ...
10
votes
1answer
403 views

Complex SQL Query With Join In Liftweb

I would like to know if there is a way to do some complex SQL queries using Mapper in Liftweb. In fact what I would like to do is to perform a Join query from databases Employes and Departements ...
10
votes
3answers
842 views

Python+Tornado vs Scala+Lift?

I'm looking to start a Google Maps based web application. My initial thoughts are that in the first phase the focus should be on the front-end, and the backend should be easy to write and to ...
10
votes
3answers
560 views

Create web application in Lift Scala

I'm looking to create a web application using Lift for a mini project I am working on. However, I really don't know where to begin. The app will consist of: User accounts User profiles ...
10
votes
3answers
3k views

Reverse AJAX (Comet) and Spring MVC vs. Scala/LIFT?

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 ...
9
votes
2answers
199 views

Why do web development frameworks tend to work around the static features of languages?

I was a little surprised when I started using Lift how heavily it uses reflection (or appears to), it was a little unexpected in a statically-typed functional language. My experience with JSP was ...
9
votes
4answers
181 views

Conditionally include attribute in XML literal

I have the following XML literal: <input type='radio' name={funcName} value='true' /> I'd like to include checked='checked' if cond is true. I've tried this, <input ...
9
votes
3answers
460 views

Programming on Lift on Realtime - Is it possible?

I have been programming Rails and Lift for a while. Rails, said, a joy to work on. But Lift performance is too awesome to be ignored. However, I find building stuff inside Lift is way slower compare ...
9
votes
2answers
2k views

Scala/Lift Framework runs just over jetty web server?

I am new with Lift and want to know if it is developed to just run with Jetty but no other web server. Any idea?
9
votes
4answers
852 views

What type of webapp is the sweet spot for Scala's Lift framework?

What kind of applications are the sweet spot for Scala's lift web framework. My requirements: Ease of development and maintainability Ready for production purposes. i.e. good active online ...
8
votes
1answer
161 views

Parsing a large (30MB) JSON file with net.liftweb.json or scala.util.parsing.json gives OutOfMemoryException. Any recommendations?

I have a JSON file containing quite a lot of test data, which I want to parse and push through an algorithm I'm testing. It's about 30MB in size, with a list of 60,000 or so elements. I initially ...
8
votes
1answer
149 views

What does -> _ => mean in Scala/Lift?

In "Simply Lift" REST examples we can find case Nil JsonGet _ => Item.inventoryItems: JValue but case Nil JsonPut Item(item) -> _ => Item.add(item): JValue Why -> _ => instead of ...
8
votes
2answers
537 views

Why do people use _? as an identifier suffix?

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_? : ...
8
votes
5answers
3k views

Which is better framework Java/GWT or Scala/Lift?

I wanted to start a new web application project and I am confused between two frameworks that is GWT(Java) or Lift(Scala). So I want your opinion which one I choose? Both are good according to my ...
8
votes
2answers
4k views

MVC on Lift/Scala

Has anyone tried to do a scala/lift application using MVC instead of view-first? I know that you can create Controllers/views as: package test.test.test.view ... Lots of imports ... class MvcRocks ...
7
votes
2answers
354 views

When to use Mapper or Record in Lift?

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: ...
7
votes
2answers
612 views

Scala / Lift - Trying to understand Lift's simultaneous claim to use valid html and propensity for lift: tags and tag rewriting in render

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 ...
7
votes
2answers
231 views

What do the % and %% operators do when setting up SBT dependencies?

In Lift Web Framework, dependencies for Simple Build Tool (SBT) are specified in LiftProject.scala. That file includes this code: override def libraryDependencies = Set( "net.liftweb" ...
7
votes
3answers
542 views

How to organize Scala code in Lift project?

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 huge ...
7
votes
3answers
879 views

Getting Started With Lift, Using Databases to Build Dynamic Sites

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 or ...
7
votes
4answers
420 views

Why people define class, trait, object inside another object in Scala?

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 ...
7
votes
3answers
2k views

liftweb - accessing get/post parameters

How is it possible to simply access to get and post attributes in lift framework inside RestHelper? There are no any explicit examples about it in documentation :( package my.domain import ...
7
votes
1answer
692 views

How to catch exceptions and redirect to error page in Lift?

How to make error handlers in Lift? I have html page with some snippets, if one of those snippets throws an exception I want to catch it and redirect to some user friendly error page. How to do this ...
6
votes
2answers
251 views

Auto-reloading files in Scala/Lift/SBT .11?

In SBT .7, you could do ~jetty-run in order to get your files to auto compile and reload the web app whenever something changes. In SBT .11, You can do ~container:start which also re-compiles ...
6
votes
3answers
259 views

Why doesn't SBT 0.7.7 work correctly on my Linux system? (case details inside)

First of all, I'd like to ask to correct my question title if something better comes into your mind. Let's take a Lift REST web service example from the Simply Lift book by David Pollak here. If I ...
6
votes
1answer
750 views

lift does not build with sbt?

i am following the steps for sbt 0.10 on assembla lift wiki and get the following error: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] ...

1 2 3 4 5 12