Skip to main content

skip to main content

developerWorks  >  Web development  >

Build Comet applications using Scala, Lift, and jQuery

Creating the e-commerce Auction Net site

developerWorks
Go to the previous pagePage 4 of 8 Go to the next page

Document options
PDF format - Fits A4 and Letter

PDF - Fits A4 and Letter
144 KB (21 pages)

Get Adobe® Reader®

Sample code


My developerWorks needs you!

Connect to your technical community


Rate this tutorial

Help us improve this content


Summary

In this tutorial, you created a Comet-style Web application for auctions, using Lift to make this task very easy. You started from scratch and saw how to begin with Lift using Maven. You also looked at creating domain models using Lift's Mapper APIs and had a chance to look at one of the more powerful features of Scala, its Actors library. You used Actors to send and receive messages about your auction system, and you used Lift's CometActors to turn an Actor into a Comet endpoint, receiving Ajax calls and sending back JavaScript to the client. Finally, you saw how to use jQuery with Lift, and how Lift's Ajax and Comet stack uses jQuery as well.



Back to top



Go to the previous pagePage 4 of 8 Go to the next page