Limit this search to....

Scala in Action: Covers Scala 2.10
Contributor(s): Raychaudhuri, Nilanjan (Author)
ISBN: 1935182757     ISBN-13: 9781935182757
Publisher: Manning Publications
OUR PRICE:   $42.74  
Product Type: Paperback - Other Formats
Published: April 2013
* Not available - Not in print at this time *
Additional Information
BISAC Categories:
- Computers | Programming Languages - Java
Dewey: 005.133
LCCN: 2013427074
Physical Information: 0.94" H x 7.58" W x 9.03" (1.51 lbs) 419 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Summary

Scala in Action is a comprehensive tutorial that introduces Scala through clear explanations and numerous hands-on examples. Because Scala is a rich and deep language, it can be daunting to absorb all the new concepts at once. This book takes a how-to approach, explaining language concepts as you explore familiar programming challenges that you face in your day-to-day work.

About the Technology

Scala runs on the JVM and combines object-orientation with functional programming. It's designed to produce succinct, type-safe code, which is crucial for enterprise applications. Scala implements Actor-based concurrency through the amazing Akka framework, so you can avoid Java's messy threading while interacting seamlessly with Java.

About this Book

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.

Experience with Java is helpful but not required. Ruby and Python programmers will also find this book accessible.

What's Inside

  • A Scala tutorial
  • How to use Java and Scala open source libraries
  • How to use SBT
  • Test-driven development
  • Debugging
  • Updated for Scala 2.10

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Author

Nilanjan Raychaudhuri is a skilled developer, speaker, and an avid polyglot programmer who works with Scala on production systems.

Table of Contents

    PART 1 SCALA: THE BASICS
  1. Why Scala?
  2. Getting started
  3. OOP in Scala
  4. Having fun with functional data structures
  5. Functional programming
  6. PART 2 WORKING WITH SCALA
  7. Building web applications in functional style
  8. Connecting to a database
  9. Building scalable and extensible components
  10. Concurrency programming in Scala
  11. Building confidence with testing
  12. PART 3 ADVANCED STEPS
  13. Interoperability between Scala and Java
  14. Scalable and distributed applications using Akka

Contributor Bio(s): Raychaudhuri, Nilanjan: -

Nilanjan Raychaudhuri is a skilled developer, speaker, and avid polyglot programmer who believes in selecting the right tool for the job.