InfoQ

Interview

Recorded at:
Recorded at

David Pollak On Lift Framework and Scala

Interview with David Pollak by Sadek Drobi on Jun 16, 2009

Community
Java,
Ruby
Topics
Web Frameworks ,
Dynamic Languages
Tags
lift ,
Ruby on Rails ,
JVM ,
Scala ,
QCon ,
QCon London 2009
Summary
David Pollak talks about using Scala to write the Lift web development framework and his desire to write a productive framework that allows the developer to write concise code on top of a very strongly typed language.

Bio
David Pollak has been writing commercial software since 1977. He wrote the first real-time spreadsheet and the world's highest performance spreadsheet engine. Since 1996, David has been using and devising web development tools. David has also developed numerous commercial projects in Ruby on Rails. In 2007, he founded the Lift Web Framework.

About the conference
QCon is a conference that is organized by the community, for the community.The result is a high quality conference experience where a tremendous amount of attention and investment has gone into having the best content on the most important topics presented by the leaders in our community. QCon is designed with the technical depth and enterprise focus of interest to technical team leads, architects, and project managers.
I am Sadek Drobi and I am here at QCon with David Pollak. David has a long experience in software and he did his own framework, Lift framework. So, Dave, why don't you tell us about yourself and what you have been busy with lately?
So as you tell people after a long experience with Java and they discover Rails and Ruby and they were astonished with all the productivity and features it offers, and they start attributing this to Ruby as a dynamic language, then you came up with Lift, which is based on Scala which is a statically typed language, yet is as dynamic as Ruby on Rails. What's your take on that?
Is it true that Scala has a stronger type system than Java, yet it's as flexible as Ruby?
In the same way that Lift framework exploits the type system of Scala, all the paradigms that exist in Scala, but as a user do I need to learn all these paradigms like actors and functional programming?
What are the Scala concepts that form in some way the identity of the Lift framework?
We know that in your experience you took a Rails application and you converted it into a Lift application. Can you tell us more about this experience?
What about performance, after doing this conversion of the website? Did you gain in performance and productivity?
Using the type system as a means of testing is very convenient, but you don't have any control over the error messages in some way over the assertion failures. How is that a problem for users when they get themselves into a NOT and they have to decrypt a compiler error?
And when implicit conversions are required as well, it requires an extra layer of complexity?
But it's not back to STL days and C++ compilers where the type system frustrated developers more than anything.
And just quickly, you said you had different code coverage requirements on the Scala, the code cover tools that work on Scala source files.
But with this thing with the promise of integrity you get some kind of construct that is coming from Java and doesn't make sense for Scala. Like for example in Scala there is the option type at the same time. What do you think of this?
Normally in an enterprise we need an IDE to be able to work because I am not going to work with just a simple text editor. What can you tell us about IDEs regarding Scala?
Is Scala a functional programming language or is it a component oriented programming language? What is Scala?
There was a project to run Scala under .Net, did you hear about this project?
show all  show all
Great Interview by Mirko Stocker Posted Jun 24, 2009 12:47 PM
No need for lift by challe wdll Posted Jul 5, 2009 11:05 AM
  1. Back to top

    Great Interview

    Jun 24, 2009 12:47 PM by Mirko Stocker

    Great interview, thanks David and Sadek!

    Does anybody know more about the "eyeballs sensors" experiment?

  2. Back to top

    No need for lift

    Jul 5, 2009 11:05 AM by challe wdll

    For any people interested Scala. No need to use/learn lift. Just use your favorite Java frameworks and yo'll be fine. Yo'll be supprised how seamless it plugs in. Spring, JPA/Hibernate, Wicket etc.

    /Talking from experiance and a prod installment.

Educational Content

Brian Marick on 4 Challenges and 5 Guiding Values of Agile Software Development

Brian Marick takes us through a quick tour of the most important values and challenges to adopting Agile successfully (they aren't the typical challenges and values we hear in the community).

Are You a Software Architect?

The line between development and architecture is tricky. Does it exist at all? Is an ivory tower actually needed? There's a balance in the middle, but how do you move from developer to architect?

Agile – A Way of Life and Pragmatic Use of Authority

The word 'authority' sometimes produces an allergic response in hard-line agilists. Freedom and authority – both are bad if misused and both are good if used in right spirit for a noble cause.

Getting Started with Grails, Second Edition

"Getting Started with Grails" brings you up to speed on this modern web framework. Companies as varied as LinkedIn, Wired, and Taco Bell are all using Grails. Are you ready to get started as well?

Using ITIL V3 as a Foundation for SOA Governance

Those familiar with only ITIL V2 often scoff at the thought that ITIL could serve as a governance framework for SOA. With ITIL V3, the focus of the framework shifted towards service-orientation.

Adrian Colyer on AspectJ, tc Server and dm Server

SpringSource CTO Adrian Colyer discusses AspectJ, SpringSource's dm Server and tc Server products, OSGi and Scrum.

Adam Wiggins on Heroku

Heroku's Adam Wiggins talks about Rails, Background Jobs, Add-Ons, Ruby, and how Heroku manages to work around Ruby's inefficiencies using Erlang and other languages.

SOA as an Architectural Pattern: Best Practices in Software Architecture

For Grady Booch the foundation of a good architecture is patterns, SOA being just one of many patterns. In this Second Life presentation, Booch attempts to bring more clarity on what architecture is.