Ant The Definitive Guide Complete Build Management for Java 2nd Edition Sealed-

Ursprünglicher Text
Ant The Definitive Guide Complete Build Management for Java 2nd Edition Sealed
BK's Cool Finds
(2928)
Angemeldet als gewerblicher Verkäufer
US $15,00
Ca.EUR 12,70
Artikelzustand:
Neuwertig
Ganz entspannt. Rückgaben akzeptiert.
Versand:
US $5,00 (ca. EUR 4,23) USPS Media MailTM.
Standort: North Richland Hills, Texas, USA
Lieferung:
Lieferung zwischen Sa, 27. Sep und Mi, 1. Okt nach 94104 bei heutigem Zahlungseingang
Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahme:
30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
Zahlungen:
   Diners Club 

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet

  • Gratis Rückversand im Inland
  • Punkte für jeden Kauf und Verkauf
  • Exklusive Plus-Deals
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:305983385315

Artikelmerkmale

Artikelzustand
Neuwertig: Buch, das wie neu aussieht, aber bereits gelesen wurde. Der Einband weist keine ...
Book Title
Ant The Definitive Guide
ISBN
9780596006099
Kategorie

Über dieses Produkt

Product Identifiers

Publisher
O'reilly Media, Incorporated
ISBN-10
0596006098
ISBN-13
9780596006099
eBay Product ID (ePID)
45024079

Product Key Features

Number of Pages
336 Pages
Publication Name
Ant: the Definitive Guide : Complete Build Management for Java
Language
English
Publication Year
2005
Subject
Programming Languages / Java, General, Programming / Object Oriented, Compilers
Type
Textbook
Subject Area
Computers
Author
Steve Holzner
Format
Trade Paperback

Dimensions

Item Height
0.7 in
Item Weight
18.8 Oz
Item Length
9.2 in
Item Width
7 in

Additional Product Features

Edition Number
2
Intended Audience
Scholarly & Professional
LCCN
2005-281604
Dewey Edition
22
Illustrated
Yes
Dewey Decimal
005.133
Table Of Content
Preface; What's Inside; Conventions Used in This Book; What You'll Need; Using Code Examples; We'd Like to Hear from You;Chapter 1: Getting Started; 1.1 Ant's Origins; 1.2 Getting Ant; 1.3 Ant at Work; 1.4 Anatomy of a Build File; 1.5 Running Ant;Chapter 2: Using Properties and Types; 2.1 Using Properties to Control Tasks; 2.2 Using Property Files; 2.3 Handling Data Using Types;Chapter 3: Building Java Code; 3.1 Compiling Code; 3.2 Getting Input from the User; 3.3 Calling Other Ant Tasks; 3.4 Importing Other Build Files; 3.5 Documenting Code; 3.6 Creating JAR Files; 3.7 Setting Build Numbers; 3.8 Setting Timestamps;Chapter 4: Deploying Builds; 4.1 Packaging Applications for Deployment; 4.2 Preparing to Deploy; 4.3 Deploying Applications; 4.4 Scheduling Automatic Builds;Chapter 5: Testing Builds with JUnit; 5.1 Using JUnit; 5.2 Running Test Cases; 5.3 Testing in Batches; 5.4 Running the Build File; 5.5 Extending JUnit;Chapter 6: Getting Source Code from CVS Repositories; 6.1 Source Control and Ant; 6.2 Logging In; 6.3 Working with the Server; 6.4 Getting Version Data; 6.5 Creating Change Logs; 6.6 Finding Changes Between Versions; 6.7 Creating Patches;Chapter 7: Executing External Programs; 7.1 Executing Java Code; 7.2 Executing External Programs; 7.3 Performing Batch Execution; 7.4 Multithreading Tasks; 7.5 Setting Execution Order;Chapter 8: Developing for the Web; 8.1 Creating WAR Archives; 8.2 Creating CAB Files; 8.3 Creating Simple Web Deployment; 8.4 Deploying with SCP; 8.5 Deploying to Tomcat; 8.6 Deploying to Tomcat; 8.7 Compiling JSPs; 8.8 Deploying to EJB Containers;Chapter 9: XML and XDoclet; 9.1 Validating XML Documents; 9.2 Loading Properties from XML Files; 9.3 Creating Ant Task DTDs; 9.4 Transforming XML Using XSLT; 9.5 Using XDoclet; 9.6 Developing Enterprise JavaBeans;Chapter 10: Optional Tasks; 10.1 Using Sound; 10.2 Creating Splash Screens; 10.3 Subtituting Text Using Regular Expressions; 10.4 Handling Dependencies;Chapter 11: Integrating Ant with Eclipse; 11.1 Introducing Eclipse; 11.2 Running Ant Build Files; 11.3 Using a Different Version of Ant; 11.4 Using the Ant View;Chapter 12: Extending Ant; 12.1 Creating a Simple Custom Ant Task; 12.2 Extending the Task Class; 12.3 Creating Custom Listeners; 12.4 Creating Custom Loggers; 12.5 Creating Custom Filters; 12.6 Creating Custom Selectors; 12.7 Creating New Types;Colophon;
Synopsis
Soon after its launch, Ant succeeded in taking the Java world by storm, becoming the most widely used tool for building applications in Java environments. Like most popular technologies, Ant quickly went through a series of early revision cycles. With each new version, more functionality was added, and more complexity was introduced. Ant evolved from a simple-to-learn build tool into a full-fledged testing and deployment environment. Ant: The Definitive Guide has been reworked, revised and expanded upon to reflect this evolution. It documents the new ways that Ant is being applied, as well as the array of optional tasks that Ant supports. In fact, this new second edition covers everything about this extraordinary build management tool from downloading and installing, to using Ant to test code. Here are just of a few of the features you'll find detailed in this comprehensive, must-have guide: Developing conditional builds, and handling error conditions Automatically retrieving source code from version control systems Using Ant with XML files Using Ant with JavaServer Pages to build Web applications Using Ant with Enterprise JavaBeans to build enterprise applications Far exceeding its predecessor in terms of information and detail, Ant: The Definitive Guide , 2nd Edition is a must-have for Java developers unfamiliar with the latest advancements in Ant technology. With this book at your side, you'll soon be up to speed on the premiere tool for cross-platform development. Author Steve Holzner is an award-winning author who s been writing about Java topics since the language first appeared; his books have sold more than 1.5 million copies worldwide., Soon after its launch, Ant succeeded in taking the Java world by storm, becoming the most widely used tool for building applications in Java environments. Like most popular technologies, Ant quickly went through a series of early revision cycles. With each new version, more functionality was added, and more complexity was introduced. Ant evolved from a simple-to-learn build tool into a full-fledged testing and deployment environment. Ant: The Definitive Guide has been reworked, revised and expanded upon to reflect this evolution. It documents the new ways that Ant is being applied, as well as the array of optional tasks that Ant supports. In fact, this new second edition covers everything about this extraordinary build management tool from downloading and installing, to using Ant to test code. Here are just of a few of the features you'll find detailed in this comprehensive, must-have guide: Developing conditional builds, and handling error conditions Automatically retrieving source code from version control systems Using Ant with XML files Using Ant with JavaServer Pages to build Web applications Using Ant with Enterprise JavaBeans to build enterprise applications Far exceeding its predecessor in terms of information and detail, Ant: The Definitive Guide , 2nd Edition is a must-have for Java developers unfamiliar with the latest advancements in Ant technology. With this book at your side, you'll soon be up to speed on the premiere tool for cross-platform development.Author Steve Holzner is an award-winning author who s been writing about Java topics since the language first appeared; his books have sold more than 1.5 million copies worldwide., An open source tool from the Jakarta Project, Ant is used toput together all the pieces of an application. As Ant hasgrown in popularity, developers have expanded its use andfunctionality. Ant: The Definitive Guide, 2nd Edition, is atotally re-worked, revised and expanded look at thisextraordinary tool. This edition now covers ......, Soon after its launch, Ant succeeded in taking the Java world by storm, becoming the most widely used tool for building applications in Java environments. Like most popular technologies, Ant quickly went through a series of early revision cycles. With each new version, more functionality was added, and more complexity was introduced. Ant evolved from a simple-to-learn build tool into a full-fledged testing and deployment environment. "Ant: The Definitive Guide" has been reworked, revised and expanded upon to reflect this evolution. It documents the new ways that Ant is being applied, as well as the array of optional tasks that Ant supports. In fact, this new second edition covers everything about this extraordinary build management tool from downloading and installing, to using Ant to test code. Here are just of a few of the features you'll find detailed in this comprehensive, must-have guide: Developing conditional builds, and handling error conditions Automatically retrieving source code from version control systems Using Ant with XML files Using Ant with JavaServer Pages to build Web applications Using Ant with Enterprise JavaBeans to build enterprise applications Far exceeding its predecessor in terms of information and detail, "Ant: The Definitive Guide," 2nd Edition is a must-have for Java developers unfamiliar with the latest advancements in Ant technology. With this book at your side, you'll soon be up to speed on the premiere tool for cross-platform development. Author Steve Holzner is an award-winning author who s been writing about Java topics since the language first appeared; his books have sold more than 1.5 million copies worldwide.
LC Classification Number
QA76.73.J38T57 2005

Artikelbeschreibung des Verkäufers

Rechtliche Informationen des Verkäufers

Ich versichere, dass alle meine Verkaufsaktivitäten in Übereinstimmung mit allen geltenden Gesetzen und Vorschriften der EU erfolgen.
Info zu diesem Verkäufer

BK's Cool Finds

99,1% positive Bewertungen6.535 Artikel verkauft

Mitglied seit Aug 1997
Angemeldet als gewerblicher Verkäufer
Hi, I love searching for the unique, hard to find and rare collectibles.
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
4.9
Angemessene Versandkosten
5.0
Lieferzeit
5.0
Kommunikation
5.0

Verkäuferbewertungen (2.256)

Alle Bewertungen
Positiv
Neutral
Negativ
  • k***h (162)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    Incredibly fast shipping. Showed up much sooner than I had expected. Packaging was very secure, and product was as described, and more. Upon initial power up, there was output equal to the original specs, but may need some tune up and frequency alignment. This is expected for a piece of equipment of this age. Value is unequaled! I would recommend this seller to ayone!
  • k***p (296)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    Unfortunately ttem arrived broken. Seller simply handled the issue without drama. Pure, simple, customer service. I emailed only twice. Once to raise the issue and then to provide photos. And with that the seller made it right.
  • i***m (237)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    Fast shipment and good communication. Item arrived as described. Would purchase from this seller again