Cantitate/Preț
Produs

SBT in Action: The Simple Scala Build Tool

Autor Joshua Suereth, Matthew Farwell
en Limba Engleză Paperback – 3 dec 2015

Summary

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.

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

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 InsideMaster sbt's loosely coupled librariesEffectively manage dependenciesAutomate and simplify your buildsCustomize builds and tasks

About the Reader

Readers should be comfortable reading Scala code. No experience with sbt required.

About the Authors

Josh Suereth is an engineer at Typesafe and the author of Manning's "Scala in Depth." Matthew Farwell is a senior developer and the author of the Scalastyle style checker.Table of ContentsPART 1 WHY SBT?Why sbt?Getting startedPART 2 UNDERSTANDING SBT'S CORE CONCEPTSCore conceptsThe default buildPART 3 WORKING WITH SBTTestingThe IO and Process librariesAccepting user inputUsing plugins and external librariesDebugging your buildPART 4 EXTENDING SBTAutomating workflows with commandsDefining a pluginPART 5 DEPLOYING YOUR PROJECTSDistributing your projects

Citește tot Restrânge

Preț: 23905 lei

Preț vechi: 29882 lei
-20% Nou

Puncte Express: 359

Preț estimativ în valută:
4575 4827$ 3813£

Carte indisponibilă temporar

Doresc să fiu notificat când acest titlu va fi disponibil:

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781617291272
ISBN-10: 1617291277
Pagini: 280
Dimensiuni: 185 x 234 x 13 mm
Greutate: 0.45 kg
Editura: Manning Publications

Notă biografică

AUTHOR BIO Josh Suereth is a Senior Software Engineer at Typesafe and the author of Scala in Depth. He is the author of several open source Scala projects, including the Scala automated resource management library, the PGP sbt plugin. Matthew Farwell is a Senior Software developer at Nexthink. He is the author of Scalastyle, the style checker for Scala and is a contributor to JUnit and the Eclipse Scala IDE.