List of Tables

 

Chapter 1. Introducing Lift

Table 1.1. Comparing Java and Scala styles of coding

Table 1.2. Helpful Lift resources that can be found online

Table 1.3. Features of Lift WebKit

Table 1.4. Available add-on modules supplied as part of Lift

Chapter 2. Hello Lift

Table 2.1. Setting up SBT on your development machine

Table 2.2. SBT prompts and suggested values

Table 2.3. Available SBT dependency scopes

Table 2.4. Directories created in the SBT project

Chapter 4. Customers, auctions, and bidding

Table 4.1. Possible states of the Box[T] data type

Chapter 5. Shopping basket and checkout

Table 5.1. Process of configuring the PayPal sandbox environment

Chapter 6. Common tasks with Lift WebKit

Table 6.1. DocType declarations in Lift

Table 6.2. Default template validators in Lift

Table 6.3. Examples of implementing Lift’s CSS-style transformers

Table 6.4. CSS transformation modifiers and their usage

Chapter 7. SiteMap and access control

Table 7.1. SiteMap’s Menu.builder attribute options

Table 7.2. Default location parameters that affect view rendering

Table 7.3. Default location parameters that affect control

Chapter 8. HTTP in Lift

Table 8.1. List of RewriteResponse overloaded apply methods

Table 8.2. Commonly used LiftResponse subtypes

Chapter 9. AJAX, wiring, and Comet

Table 9.1. Actor models used in rock-paper-scissors

Chapter 10. Persistence with Mapper