Up: Chapter 5

5.5 Wrap Up

In this chapter, we’ve covered how you create web services in Lift. While there is a lot of implicit conversion stuff going on under the covers in RestHelper, the resulting code is pretty easy to read, create, and maintain. At the core, you match an incoming request against a pattern, if the pattern matches, evaluate the expression on the right hand side of the pattern.
Up: Chapter 5

(C) 2012 David Pollak