Encompassing Java-centric software project best practices for designing and automating build, test, and deployment processes using ANT, this book is written for developers using Java in large software projects and those who have reached the limits of classic IDE development systems. Benefiting developers who apply extreme programming methodology to Java projects, this resource provides detailed coverage of ANT and explains how to use it in large projects and extend it when needed. In addition to using ANT for Java applications, it includes discussions of servlets and J2EE applications, which cover the majority of Java development projects.
Customer Reviews
Average Rating:
Rating: - Great reference on Ant
I read the first 4 chapters of this book to get a basic understanding of Ant. Since my employer already uses Ant, the skills that I need is to understand an Ant build file and how to modify it to satisfy new requirements. Using this book as my only Ant's reference, I could find a solution for any requirement that I was asked to implement. Maybe it's not the best solution, but it works.
Rating: - Excellent
Sorry for the short review...
I was completely new to Ant before buying this book, now I feel like an expert. It's a very well structured book. If you want to know what Ant is all about, just read the first part of the book. If you want to know how to do some more advanced stuff, this book covers it all.
I'm going to now be using Ant as my deployment tool in development and production, dealing with static content, CVS, Struts, and more.
Rating: - One of my top 5 Java books
Ant is a great tool that lets you pretty much automate any process- whether Java build-related or not. This book is then THE one-and-only book to buy - it serves as a tutorial AND a reference. The author's breadth of knowledge on Ant is amazing and the examples he presents are wonderful.
The key areas I found the book very helpful on were
1) JUnit integration & report creation (using XDoclet /JUnitReport)
2) Deployment-related activities
3) Breaking out commonly ... Read More
Rating: - Highly useful book
Best of genre - don't waste your money on that junk by A.T. Bell - buy this instead.
Rating: - Wow, I never would have thought ant was so rich
Ant to me was just a build script, nothing more or less. I got curious about what you can do with ant and figured, how could you make a full book with this topic. I am floored with all the aspects of this tool. How easy it is to make a build, deploy it to any number of servers, then test to make sure your install is complete. And that is still a small portion of what is possible with ant. If you are an experienced java developer looking for an easy way to automate your daily routine this is the ... Read More