or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
28 used & new from £11.00

Have one to sell? Sell yours here
 
   
Professional Java Tools for Extreme Programming: Ant, Xdoclet, JUnit, Cactus, and Maven (Programmer to Programmer)
 
 

Professional Java Tools for Extreme Programming: Ant, Xdoclet, JUnit, Cactus, and Maven (Programmer to Programmer) (Paperback)

by Richard Hightower (Author), Warner Onstine (Author), Paul Visan (Author), Damon Payne (Author), Joseph D. Gradecki (Author), Kate Rhodes (Author), Robert Watkins (Author), Erik Meade (Author) "This chapter is an overview of the Extreme Programming (XP) methodology as it applies to developing enterprise-level software in java ..." (more)
3.6 out of 5 stars  See all reviews (5 customer reviews)
RRP: £29.99
Price: £25.49 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £4.50 (15%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.

Want guaranteed delivery by Tuesday, November 24? Choose Express delivery at checkout. See Details
19 new from £18.95 9 used from £11.00

Special Offers and Product Promotions


Customers Who Bought This Item Also Bought

Spring in Action

Spring in Action

by Craig Walls
4.8 out of 5 stars (13)  £22.23
Continuous Integration: Improving Software Quality and Reducing Risk (Martin Fowler Signature Books)

Continuous Integration: Improving Software Quality and Reducing Risk (Martin Fowler Signature Books)

by Paul M. Duvall
5.0 out of 5 stars (1)  £15.98
Eclipse IDE Pocket Guide

Eclipse IDE Pocket Guide

by Ed Burnette
£4.59
Java Concurrency in Practice

Java Concurrency in Practice

by Brian Goetz
4.9 out of 5 stars (7)  £16.46
Eclipse: A Java Developer's Guide

Eclipse: A Java Developer's Guide

by Steven Holzner
4.0 out of 5 stars (1)  £20.57
Explore similar items

Product details

  • Paperback: 768 pages
  • Publisher: John Wiley & Sons (23 April 2004)
  • Language English
  • ISBN-10: 0764556177
  • ISBN-13: 978-0764556173
  • Product Dimensions: 23.2 x 19 x 4.2 cm
  • Average Customer Review: 3.6 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon.co.uk Sales Rank: 607,216 in Books (See Bestsellers in Books)

    Popular in these categories:

    #6 in  Books > Computing & Internet > Programming > Languages > Java > Ant
    #15 in  Books > Computing & Internet > Computer Science > Software Design, Testing & Engineering > Extreme Programming
  • See Complete Table of Contents

Product Description

Review

“...Practical account of using standard tools…”  (Visual Systems Journal, March 2005)


Review

“...Practical account of using standard tools…”  (Visual Systems Journal, March 2005)

Inside This Book (Learn More)
Browse and search another edition of this book.
First Sentence
This chapter is an overview of the Extreme Programming (XP) methodology as it applies to developing enterprise-level software in java. Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
java

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?

Java Power Tools
34% buy
Java Power Tools 5.0 out of 5 stars (1)
£27.47
Effective Java: Second Edition
20% buy
Effective Java: Second Edition 4.8 out of 5 stars (8)
£17.99
Professional Java Tools for Extreme Programming: Ant, Xdoclet, JUnit, Cactus, and Maven (Programmer to Programmer)
18% buy the item featured on this page:
Professional Java Tools for Extreme Programming: Ant, Xdoclet, JUnit, Cactus, and Maven (Programmer to Programmer) 3.6 out of 5 stars (5)
£25.49
Java Concurrency in Practice
18% buy
Java Concurrency in Practice 4.9 out of 5 stars (7)
£16.46

 

Customer Reviews

5 Reviews
5 star:
 (2)
4 star:
 (1)
3 star:
 (1)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
3.6 out of 5 stars (5 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
11 of 12 people found the following review helpful:
5.0 out of 5 stars The right (practical) way to start up a xp java team, 4 April 2002
... I think it's hard to practice all 12 practices of the xp methodology but there are some, the more practical, that are very useful and necessary even if you don't want to make xp: the incremental test first programming, using JUnit, Cactus, HttpUnit and continuous integration, using Ant. The book is about these and more open source tools, which means that we can just download them, use them and if we can, improve them. And this is great. But open source tools often lacks in printed documetation and if you are not involved in their development it could be difficult to start using them. In this case this book is just what you need.
The first part of the book is simply great, well written (I'm italian, as you can read), there's a lot of code (you can download it from the book site). The author divided the example in a simple example (just to start to use the tools) and in a case study, to apply the practice in a real world project. In about 240 pages you will use Ant, JUnit, HttpUnit, Cactus, JMeter, JUnitPerf, and if you are not an expert there is an intro about the j2ee deployment architecture too.
The second part isn't so useful: it's the reference for Ant tag and the api reference (about 150 pages). You would pay the same for the book wothout the reference, so consider it as a gift.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
7 of 9 people found the following review helpful:
4.0 out of 5 stars Great Content, Bad Editing, 26 May 2004
I bought this book to gain an overview of the tools available in open source community, but whose documentation was lacking.

This book takes you step by step through the tools to build and automate all the processes that you don't want to have to deal with on a daily basis. It has a trivial and a more complex example that it builds on through out the book.

It emphasized the use of Ant to automate everything, from unit tests (Junit, Cactus) to building and deploying J2EE applications. I have found it extremely usefull. I didn't know much about using Ant to start with and was confused by the documentation available on the Cactus website. This book cleared it up for me.

The only complaint is that the book is fraught with errors. Especially the code. I haven't downloaded the code off the website yet, but I don't believe any code in the book would compile. On page 154, I found 9 errors in the code.

Good book if you are setting up an automated development environment. You will probably want more than a little experience with Java and be willing to go to the online documentation for Ant to clear up some issues.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
3 of 4 people found the following review helpful:
1.0 out of 5 stars Beware - essential downloads not available, 14 Jul 2004
By A Customer
Page xxvii of the book, reads:
'All the configuration scripts, build scripts, applications, and other source code in this book are available online at http://www.wiley.com/legacy/compbooks/hightower.'
This is only partially true, as the download available at the website relates to an early chapter 3, while the sample code for chapters 4-11 is not available. I've been chasing Wiley tech support for 3 months to obtain the missing resources, but so far have got nowhere.
But if you only plan to read the first 3 chapters, this is a great book.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

3.0 out of 5 stars A good book
This book is usefull to understand a set of java tool for XP, but it can be only a starting point to learn and to use them.
Ant and Xdoclet are the most interesting parts.
Published on 28 Sep 2005 by Granatella Giampiero

5.0 out of 5 stars Very useful and don't be put of by the XP moniker
A very practical book which gets to the nitty gritty of coding and testing without insisting on pair programming (which is difficult for the many one person bands out there!). Read more
Published on 1 May 2002 by Mr. R. J. Downey

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.