Cargando…

Gradle essentials : master the fundamentals of Gradle with this quick and easy-to-read guide /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Dabir, Kunal (Autor), Abhinandan (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2015.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000Ii 4500
001 EBSCO_ocn935744731
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 160122s2015 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d OCLCF  |d N$T  |d IDEBK  |d VT2  |d YDXCP  |d COO  |d EBLCP  |d DEBSZ  |d DEBBG  |d OCLCQ  |d MERUC  |d OCLCQ  |d OCLCO  |d CEF  |d NLE  |d UKMGB  |d OCLCQ  |d OCLCO  |d UAB  |d UKAHL  |d OCLCQ  |d OCLCO  |d OCLCQ  |d QGK  |d OCLCO 
016 7 |a 018006923  |2 Uk 
019 |a 933584511  |a 934769553  |a 951065001  |a 1259130389 
020 |a 9781783982370  |q (electronic bk.) 
020 |a 1783982373  |q (electronic bk.) 
020 |a 1783982365 
020 |a 9781783982363 
020 |z 9781783982363 
024 3 |a 9781783982363 
029 1 |a AU@  |b 000057235746 
029 1 |a CHNEW  |b 000960585 
029 1 |a CHVBK  |b 491696388 
029 1 |a DEBBG  |b BV043892754 
029 1 |a DEBBG  |b BV043968700 
029 1 |a DEBSZ  |b 473885379 
029 1 |a DEBSZ  |b 485792079 
029 1 |a GBVCP  |b 882848364 
029 1 |a UKMGB  |b 018006923 
029 1 |a AU@  |b 000059710923 
035 |a (OCoLC)935744731  |z (OCoLC)933584511  |z (OCoLC)934769553  |z (OCoLC)951065001  |z (OCoLC)1259130389 
037 |a CL0500000706  |b Safari Books Online 
050 4 |a QA76.76.V47 
072 7 |a COM  |x 051010  |2 bisacsh 
082 0 4 |a 005.14  |2 23 
049 |a UAMI 
100 1 |a Dabir, Kunal,  |e author. 
245 1 0 |a Gradle essentials :  |b master the fundamentals of Gradle with this quick and easy-to-read guide /  |c Kunal Dabir, Abhinandan. 
264 1 |a Birmingham :  |b Packt Publishing,  |c 2015. 
300 |a 1 online resource :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Community experience distilled 
588 0 |a Online resource; title from cover page (Safari, viewed January 20, 2016). 
500 |a Includes index. 
520 8 |a Annotation  |b Master the fundamentals of Gradle using real-world projects with this quick and easy-to-read guideAbout This Book Write beautiful build scripts for various types of projects effortlessly Become more productive by harnessing the power and elegance of the Gradle DSL Learn how to use Gradle quickly and effectively with this step-by-step guideWho This Book Is ForThis book is for Java and other JVM-based language developers who want to use Gradle or are already using Gradle on their projects. No prior knowledge of Gradle is required, but some familiarity with build-related terminologies and an understanding of the Java language would help. What You Will Learn Master the Gradle DSL by identifying the building blocks Learn just enough Groovy for Gradle Set up tests and reports for your projects to make them CI ready Create library, stand-alone, and web projects Craft multi-module projects quickly and efficiently Migrate existing projects to a modern Gradle build Extract common build logic into plugins Write builds for languages like Java, Groovy, and ScalaIn DetailGradle is an advanced and modern build automation tool. It inherits the best elements of the past generation of build tools, but it also differs and innovates to bring terseness, elegance, simplicity, and the flexibility to build. Right from installing Gradle and writing your first build file to creating a fully-fledged multi-module project build, this book will guide you through its topics in a step-by-step fashion. You will get your hands dirty with a simple Java project built with Gradle and go on to build web applications that are run with Jetty or Tomcat. We take a unique approach towards explaining the DSL using the Gradle API, which makes the DSL more accessible and intuitive. All in all, this book is a concise guide to help you decipher the Gradle build files, covering the essential topics that are most useful in real-world projects. With every chapter, you will learn a new topic and be able to readily implement your build files. Style and approachThis step-by-step guide focuses on being productive with every chapter. When required, topics are explained in-depth to give you a good foundation of the Gradle fundamentals. The book covers most aspects of builds required for conventional JVM-based projects, and when necessary, points you towards the right resources. 
505 0 |a Cover ; Copyright; Credits; About the Authors; Acknowledgments; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Running Your First Gradle Task ; Installing Gradle; Installing manually; Installing on Mac OS X and Linux; Installing on Windows; Alternate methods of installing Gradle; Installing via OS-specific package managers; Installing via SDKMAN; Verifying the installation; Setting JVM options; The Gradle command-line interface; The first Gradle build script; Task name abbreviation; Gradle Daemon; Gradle Wrapper; Generating wrapper files. 
505 8 |a Running a build via wrapperSummary; Chapter 2: Building Java Projects ; Building a simple Java project; Creating a build file; Adding source files; Building the project; A brief introduction to plugins; Unit testing; Adding a unit test source; Adding the JUnit to the classpath; Running the test; Viewing test reports; Fitting tests in the workflow; Bundling an application distributable; Running the application with Gradle; Building the distribution archive; Generating IDE project files; Summary; Chapter 3: Building a Web Application ; Building a simple Java web project; Creating source files. 
505 8 |a Creating a build fileBuilding the artifact; Running the web application; Plugins to the rescue; References; Project dependencies; External libraries; The dynamic version; Transitive dependencies; Dependency configurations; Repositories; Summary; Chapter 4: Demystifying Build Scripts ; Groovy for Gradle build scripts; Why Groovy?; Groovy primer; Running Groovy code; Variables; Data structures; Methods; Classes; Another look at applying plugins; Gradle -- an object-oriented build tool; Build phases; Initialization; Configuration; Execution; Life cycle callbacks; Gradle project API. 
505 8 |a Project methodsProject properties; Extra properties on a project; Tasks; Attaching actions to a task; Task flow control; dependsOn; finalizedBy; onlyIf; mustRunAfter and shouldRunAfter; Creating tasks dynamically; Setting default tasks; Task types; Using task types; Creating task types; References; Groovy; Gradle API and DSL used in this chapter; Summary; Chapter 5: Multiprojects Build ; The multiproject directory layout; The settings.gradle file; Organizing build logic in multiproject builds; Applying a build logic to all projects; Applying build logic to subprojects. 
505 8 |a Dependency on subprojectsSummary; Chapter 6: The Real-world Project with Gradle ; Migrating from an Ant-based project; Importing an Ant file; Using AntBuilder API; Rewriting Ant tasks to Gradle tasks; Migrating from a Maven project; Publishing artifacts; Continuous Integration; Generating documentation; Summary; Chapter 7: Testing and Reporting with Gradle ; Testing with TestNG; Integration testing; Code coverage; Code analysis reports; Summary; Chapter 8: Organizing Build Logic and Plugins ; Extracting build logic to buildSrc; The first plugin; Configuring plugins; Summary. 
504 |a Includes bibliographical references at the end of each chapters and index. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Gradle (Computer file) 
630 0 7 |a Gradle (Computer file)  |2 fast 
650 0 |a Domain-specific programming languages. 
650 6 |a Langages orientés problème (Informatique) 
650 7 |a COMPUTERS  |x Programming Languages  |x General.  |2 bisacsh 
650 7 |a Domain-specific programming languages  |2 fast 
700 0 |a Abhinandan,  |e author. 
776 0 8 |i Print version:  |a Dabir, Kunal.  |t Gradle Essentials.  |d Birmingham : Packt Publishing, ©1900 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1133563  |z Texto completo 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781783982363/?ar  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29877245 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4191330 
938 |a EBSCOhost  |b EBSC  |n 1133563 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis33462685 
938 |a YBP Library Services  |b YANK  |n 12768935 
994 |a 92  |b IZTAP