Book description
A tutorial about effectively building Scala projects, sbt in Action introduces the sbt tool with a simple project that establishes the fundamentals of running commands and tasks. Next, it shows you how to use the peripheral libraries in sbt to make common tasks simpler. Finally, it covers how to deploy software effectively. You'll learn to appreciate how sbt improves the process of developing software, not just running builds.
About the Technology
sbt is a build tool native to Scala that can transform any build scenario into a streamlined, automated, and repeatable process. Its interactive shell lets you customize your builds on the fly, and with sbt's unique incremental compilation feature, you can update only the parts of your project that change, without having to rebuild everything. Mastering sbt, along with the right patterns and best practices, is guaranteed to save you time and trouble on every project.
About the Book
sbt in Action, first and foremost, teaches you how to build Scala projects effectively. It introduces the sbt tool with a simple project that establishes the fundamentals of running commands and tasks. Next, it shows you how to use the peripheral libraries in sbt to make common tasks simpler. Along the way, you'll work through real projects that demonstrate how to build and deploy your projects regardless of development methodology or process.
What's Inside
- Master sbt's loosely coupled libraries
- Effectively manage dependencies
- Automate and simplify your builds
- Customize builds and tasks
About the Reader
Readers should be comfortable reading Scala code. No experience with sbt required.
About the Authors
Josh Suereth is a Senior Software Engineer at Typesafe and the author of Scala in Depth. Matthew Farwell is a senior developer and the author of the Scalastyle style checker.
Quotes
Covers core concepts using the Scala build tool. A useful read for beginners and advanced users alike.
- Iain Campbell, Tango Telecom
Offers a fast introduction to the basics of building software with sbt and complements it with detailed coverage of sbt’s more advanced topics.
- Dusan Kysel, Cyber Brain
Despite being a Java guy, I liked how the book tried to fool me into learning Scala. As I worked through the examples, I couldn’t help but start piecing some of it together.
- Eric Weinberg, Emprata
Table of contents
- Copyright
- Brief Table of Contents
- Table of Contents
- Preface
- Acknowledgments
- About this Book
- About the Cover Illustration
- Part 1. Why SBT?
- Part 2. Understanding sbt’s core concepts
- Part 3. Working with sbt
- Part 4. Extending sbt
- Part 5. Deploying your projects
- Appendix A. What you need to know about Ivy
- Appendix B. Migrating to autoplugins
- Appendix C. Advanced setting/task API
- Index
- List of Figures
- List of Tables
- List of Listings
Product information
- Title: sbt in Action
- Author(s):
- Release date: November 2015
- Publisher(s): Manning Publications
- ISBN: 9781617291272
You might also like
book
Akka in Action
Akka in Action is a comprehensive tutorial on building message-oriented systems using Akka. The book takes …
book
Scala in Action
Scala in Action is a comprehensive tutorial that introduces Scala through clear explanations and numerous hands-on …
video
Scala for the Impatient
4+ Hours of Video Instruction Overview In Scala for the Impatient LiveLessons best-selling author and professor …
book
Testing in Scala
If you build your Scala application through Test-Driven Development, you’ll quickly see the advantages of testing …