This document provides a tutorial for building a Comet-style auction application called Auction Net using Scala, Lift, and jQuery. It begins with an overview of the functional design of Auction Net, which allows users to list and bid on items. It then discusses implementing the application using Lift, including generating the project structure with Maven, modeling the domain objects using Lift's Mapper ORM, and leveraging Lift's Comet framework to provide real-time bidding updates. The tutorial provides code samples and explanations to demonstrate how to build the core functionality and user interface of the Auction Net application using Scala and Lift's capabilities.