Chapter 2. Hello Lift

 

 

In this chapter, you’ll be creating your first Lift application, but before getting to that, you need to set up your environment so you can compile and run your application code. In order to run on the JVM, Scala code must be compiled before it can be executed. Although it’s possible to compile Scala source code manually, it’s a good idea to have an automated build tool that does this for you.

If you’re coming from a dynamic language such as Ruby or PHP, you may never have needed a build tool. Essentially, build tools automate parts of your development and deployment processes. Typical ...

Get Lift in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.