Librería Portfolio Librería Portfolio

Búsqueda avanzada

TIENE EN SU CESTA DE LA COMPRA

0 productos

en total 0,00 €

SBT IN ACTION:THE SIMPLE SCALA BUILT TOOL
Título:
SBT IN ACTION:THE SIMPLE SCALA BUILT TOOL
Subtítulo:
Autor:
SUERETH, J
Editorial:
MANNING PUBLISHERS
Año de edición:
2016
Materia
JAVA
ISBN:
978-1-61729-127-2
40,95 €

 

Sinopsis

Simple Build Tool: sbt. The idea of a high quality build tool for Scala is indeed simple, but sbt itself is richly-featured and powerful. Documentation for sbt is sparse, and the blogs, tutorials, and other bits scattered across the web demand a comprehensive, accurate picture of how to build Scala projects effectively and efficiently. This book will help transform ugly, complex builds into a streamlined, automated, and repeatable process.

SBT in Action is first and foremost a tutorial about effectively building Scala projects. It introduces the sbt tool with a simple project that establishes the fundamentals of running commands and tasks. Next, it shows how to use the peripheral libraries in sbt to make common tasks simpler. This includes an I/O library to deal with files and how to parse user input in a meaningful fashion. Finally, it covers how to deploy software effectively.