If you need help building web applications with the Lift framework, this cookbook provides scores of concise, ready-to-use code solutions. You’ll find recipes for everything from setting up a coding environment to creating REST web services and deploying your application to production.
Learn something new in an Instant! A short, fast, focused guide delivering immediate results. Develop your own Lift web applications, find practical examples for many common use cases. Learn how to build responsive web applications. Hands-on recipes with accompanying source code to help you get up to speed quickly.
Play is a Scala web framework with built-in advantages: Scala’s strong type system helps deliver bug-free code, and the Akka framework helps achieve hassle-free concurrency and peak performance. Play builds on the web’s stateless nature for excellent scalability, and because it is event-based and nonblocking, you’ll find it to be great for near real-time applications.
Save time and trouble when using Scala to build object-oriented, functional, and concurrent applications. With more than 250 ready-to-use recipes and 700 code examples, this comprehensive cookbook covers the most common problems you’ll encounter when using the Scala language, libraries, and tools. It’s ideal not only for experienced Scala developers, but also for programmers learning to use this JVM language.
Scala in Action is a comprehensive tutorial that introduces the language through clear explanations and numerous hands-on examples. It takes a “how-to” approach, explaining language concepts as you explore familiar programming tasks. You’ll tackle concurrent programming in Akka, learn to work with Scala and Spring, and learn how to build DSLs and other productivity tools. You’ll learn both the language and how to use it.
If you build your Scala application through Test-Driven Development, you’ll quickly see the advantages of testing before you write production code. This hands-on book shows you how to create tests with ScalaTest and the Specs2 – two of the best testing frameworks available – and how to run your tests in the Simple Build Tool (SBT) designed specifically for Scala projects.