|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
OR_ocn297556584 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
090109s2008 caua ob 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d WPG
|d OCLCQ
|d CEF
|d OCLCQ
|d DEBSZ
|d N$T
|d EBLCP
|d OCLCQ
|d OCLCF
|d OCLCQ
|d COO
|d E7B
|d YDXCP
|d OCLCQ
|d FEM
|d TEFOD
|d OCLCQ
|d AU@
|d OCLCQ
|d WYU
|d VT2
|d OCLCQ
|d UKAHL
|d OCLCQ
|d OCLCO
|d INARC
|d UKBTH
|d CZL
|d OCLCQ
|
015 |
|
|
|a GBA799474
|2 bnb
|
015 |
|
|
|a 08,N05,0105
|2 dnb
|
016 |
7 |
|
|a 987051113
|2 DE-101
|
016 |
7 |
|
|a 014464093
|2 Uk
|
019 |
|
|
|a 244006672
|a 618145055
|a 772459389
|a 968013684
|a 969022521
|a 1044234103
|a 1056351888
|a 1058223979
|a 1060867442
|a 1062911969
|a 1074329997
|a 1103262651
|a 1129361594
|a 1153042828
|a 1159625686
|
020 |
|
|
|a 9780596523275
|q (electronic bk.)
|
020 |
|
|
|a 0596523270
|q (electronic bk.)
|
020 |
|
|
|a 9781491954546
|q (electronic bk.)
|
020 |
|
|
|a 149195454X
|q (electronic bk.)
|
020 |
|
|
|z 9780596527938
|
020 |
|
|
|z 0596527934
|
024 |
8 |
|
|a 9780596527938
|
029 |
1 |
|
|a AU@
|b 000062580977
|
029 |
1 |
|
|a AU@
|b 000067104293
|
029 |
1 |
|
|a DEBSZ
|b 355422255
|
029 |
1 |
|
|a DEBSZ
|b 396388000
|
029 |
1 |
|
|a HEBIS
|b 291493955
|
035 |
|
|
|a (OCoLC)297556584
|z (OCoLC)244006672
|z (OCoLC)618145055
|z (OCoLC)772459389
|z (OCoLC)968013684
|z (OCoLC)969022521
|z (OCoLC)1044234103
|z (OCoLC)1056351888
|z (OCoLC)1058223979
|z (OCoLC)1060867442
|z (OCoLC)1062911969
|z (OCoLC)1074329997
|z (OCoLC)1103262651
|z (OCoLC)1129361594
|z (OCoLC)1153042828
|z (OCoLC)1159625686
|
037 |
|
|
|a CL0500000030
|b Safari Books Online
|
037 |
|
|
|a 9D1240C2-7722-4A44-806D-3DCC82836477
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.73.J38
|b S63 2008
|
072 |
|
7 |
|a COM
|x 051310
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051280
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051130
|2 bisacsh
|
082 |
0 |
4 |
|a 005.133
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Smart, John Ferguson.
|
245 |
1 |
0 |
|a Java power tools /
|c by John Ferguson Smart.
|
250 |
|
|
|a 1st ed.
|
260 |
|
|
|a Sebastopol, Calif. :
|b O'Reilly Media,
|c ©2008.
|
300 |
|
|
|a 1 online resource (xxxv, 871 pages) :
|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
|
504 |
|
|
|a Includes bibliographical references (pages 855-856) and index.
|
520 |
|
|
|a Focuses on open source tools that can increase productivity in each area of the development cycle, including: Ant, Maven 2, CVS, Subversion, CheckStyle, PMD, FindBugs, Jupiter, JUnit 4, TestNG, Cobertura, Bugzilla, Trac, Continuum, CruiseControl, LuntBuild, and Hudson.
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Table of Contents; Foreword; Preface; How This Book Is Organized; Build Tools; Version Control Tools; Unit Testing; Integration, Load, and Performance Testing; Quality Metrics Tools; Technical Documentation Tools; Issue Management Tools; Continuous Integration Tools; Who Should Read This Book; What This Book Doesn't Cover; Contributing Authors; Technical Reviewers; Conventions; Source Code; About the Title; Acknowledgments; Using Code Examples; Safari® Enabled; How to Contact Us; Introduction; Part I. Build Tools; Chapter 1. Setting Up a Project Using Ant; 1.1 Ant in the Build Process.
|
505 |
8 |
|
|a 1.2 Installing AntInstalling Ant on a Unix Machine; Installing Ant on Windows; ANT_OPTS and ANT_ARGS: Some Other Useful Environment Variables; 1.3 A Gentle Introduction to Ant; Basic Ant Concepts; A Simple Ant Build File; Running Ant; Dependencies Between Targets; Documenting Your Project; 1.4 Compiling Your Java Code in Ant; 1.5 Customizing Your Build Script Using Properties; 1.6 Running Unit Tests in Ant; Using JUnit in Ant; Preparing Your Build for Automated Tests; Using the Task; Running Multiple Tests; Running Tests in a Separate JVM; Generating HTML Test Reports.
|
505 |
8 |
|
|a Using Asserts in Your Test Cases1.7 Generating Documentation with Javadoc; 1.8 Packaging Your Application; Generating a JAR File; Generating a WAR File or an EAR File; 1.9 Deploying Your Application; Copying Files; Other Deployment Techniques; 1.10 Bootstrapping Your Build Scripts; 1.11 Using Maven Dependencies in Ant with the Maven Tasks; The Maven 2.0 Ant Tasks; Installing the Maven Ant Tasks; Declaring and Using Maven Dependencies in Ant; Packaging the Dependencies; Choosing Your Repositories; Using an Existing Maven POM File; 1.12 Using Ant in Eclipse; 1.13 Using Ant in NetBeans.
|
505 |
8 |
|
|a 1.14 Manipulating XML with XMLTaskExamples; DTDs and XMLTask; Driving Ant via XMLTask; Other Tricks; Changing encodings; Maintaining documents with comments; 1.15 Conclusion; Chapter 2. Setting Up a Project Using Maven 2; 2.1 Maven and the Development Build Process; 2.2 Maven and Ant; 2.3 Installing Maven; Installing Maven on a Unix Machine; Installing Maven on a Windows Machine; 2.4 Declarative Builds and the Maven Project Object Model; An Introduction to Declarative Build Management; Project Context and Artifacts; A Human-Readable Project Description.
|
505 |
8 |
|
|a Declaring your Continuous Integration ServerDefining the Development Team; Managing Dependencies; Customizing Your Build Process; Setting Up Reporting; Defining Build Profiles; 2.5 Understanding the Maven 2 Lifecycle; 2.6 The Maven Directory Structure; 2.7 Configuring Maven to Your Environment; Using a Proxy; Using a Local Mirror; Changing Your Maven Cache Location; Defining Arbitrary Environment-Specific Variables; 2.8 Dependency Management in Maven 2; Declaring Dependencies; Managing Transitive Dependencies; Dependency Scope; Handling Proprietary Dependencies.
|
542 |
|
|
|f Copyright © O'Reilly Media, Inc.
|g 2008
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Java (Computer program language)
|
650 |
|
0 |
|a Open source software.
|
650 |
|
6 |
|a Java (Langage de programmation)
|
650 |
|
6 |
|a Logiciels libres.
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x C♯
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Java.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Pascal.
|2 bisacsh
|
650 |
|
7 |
|a Java (Computer program language)
|2 blmlsh
|
650 |
|
7 |
|a Open source software.
|2 blmlsh
|
650 |
|
7 |
|a Java (Computer program language)
|2 fast
|0 (OCoLC)fst00982065
|
650 |
|
7 |
|a Open source software.
|2 fast
|0 (OCoLC)fst01046097
|
776 |
0 |
8 |
|i Print version:
|a Smart, John Ferguson.
|t Java power tools.
|b 1st ed.
|d Sebastopol, CA : O'Reilly Media, ©2008
|z 9780596527938
|w (DLC) 2011287222
|w (OCoLC)179812588
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9780596527938/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH31819782
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL540768
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10758910
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 415605
|
938 |
|
|
|a Internet Archive
|b INAR
|n javapowertools0000smar
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7365578
|
994 |
|
|
|a 92
|b IZTAP
|