Java Tools for eXtreme Programming was written for developers that want to apply Extreme Programming practices of Automated Testing and Continuous Integration to Java and J2EE using Ant, JUnit, HttpUnit, JMeter, Cactus, JUnitPerf, and more to automatically build, deploy and test J2EE applications.
Check out Java Tools for eXtreme Programming.
More info:
---------------
eXtreme Programming (XP) is a development methodology for building software systems quickly without sacrificing quality. Some of the key tenants of XP are testing and continuous integration.
J2EE components (EJBs, Servlets, JSPs, TagLibs, etc.) have complex deployment needs which make continuous integration with automated tests, builds and deployment difficult without the tools described in this book.
Java Tools for eXtreme Programming is the first complete guide to using those tools for XP and applying these tools to J2EE and Java development. Throughout the book, authors Richard Hightower and Nicholas Lesiecki use a sample applications to demonstrate how each Java tool is used. The book also features a detailed reference to each of the major tools, complete with coding examples.
Although this book speaks from an XP perspective, you need not practice XP to benefit from it. Automated testing, for example, can help you refactor code regardless of whether you are doing pair programming or not. Continuous integration can help you detect and fix problems early in the lifecycle of the system regardless of whether your customer is on site or not.
-
New Book: Java Tools for eXtreme Programming (18 messages)
- Posted by: Rick Hightower
- Posted on: January 29 2002 03:52 EST
Threaded Messages (18)
- New Book: Java Tools for eXtreme Programming by Ray Grieselhuber on January 29 2002 13:18 EST
- Where can I download the source code? by chen alex on May 06 2004 23:57 EDT
- New Book: Java Tools for eXtreme Programming by Rick Salsa on January 29 2002 13:35 EST
- New Book: Java Tools for eXtreme Programming by Robert E. Newby on January 29 2002 14:05 EST
- New Book: Java Tools for eXtreme Programming by Rick Hightower on January 29 2002 16:50 EST
- New Book: Java Tools for eXtreme Programming by Greg Turner on January 29 2002 14:41 EST
- New Book: Java Tools for eXtreme Programming by Geoffrey Wiseman on January 29 2002 14:48 EST
- New Book: Java Tools for eXtreme Programming by Rob Beers on January 29 2002 19:26 EST
- New Book: Java Tools for eXtreme Programming by Rick Hightower on January 30 2002 01:02 EST
- Vincent Massol by Nicholas Lesiecki on January 30 2002 12:46 EST
- New Book: Java Tools for eXtreme Programming by Rick Hightower on January 30 2002 01:02 EST
- New Book: Java Tools for eXtreme Programming by Ben Hogan on January 30 2002 05:13 EST
- New Book: Java Tools for eXtreme Programming by Nicholas Lesiecki on January 30 2002 12:42 EST
- New Book: Java Tools for eXtreme Programming by khoo chen shiang on January 30 2002 23:44 EST
- I don't have a free PDF for the book. B&N and SoftPro carry it by Rick Hightower on January 31 2002 01:28 EST
- BTW by Rick Hightower on January 31 2002 01:33 EST
- I don't have a free PDF for the book. B&N and SoftPro carry it by khoo chen shiang on January 31 2002 04:23 EST
- I don't have a free PDF for the book. B&N and SoftPro carry it by Rick Hightower on January 31 2002 01:28 EST
- New Book: Java Tools for eXtreme Programming by Adam Young on February 04 2002 22:18 EST
- New Book: Java Tools for eXtreme Programming by Bin Wang on March 27 2002 01:25 EST
-
New Book: Java Tools for eXtreme Programming[ Go to top ]
- Posted by: Ray Grieselhuber
- Posted on: January 29 2002 13:18 EST
- in response to Rick Hightower
Got it.
It's a nice book. -
Where can I download the source code?[ Go to top ]
- Posted by: chen alex
- Posted on: May 06 2004 23:57 EDT
- in response to Ray Grieselhuber
I only find another book " professional Java Tools for Extreme Programming" but not this book. and Hightower's website is not available for me , I don't why , May be I am it is down, or something else.
could anybody give me a link thus I can download the source code of this book?
million thanks -
New Book: Java Tools for eXtreme Programming[ Go to top ]
- Posted by: Rick Salsa
- Posted on: January 29 2002 13:35 EST
- in response to Rick Hightower
Had the book for a while now. It's an excellent read!! A lot of information is presented and the authors presented all the material very well.
Just my two cents,
/rick -
New Book: Java Tools for eXtreme Programming[ Go to top ]
- Posted by: Robert E. Newby
- Posted on: January 29 2002 14:05 EST
- in response to Rick Hightower
Hi Rick,
Glad to know you're letting TheServerSide community know about your book. It is a valuable reference for our team. As I indicated in a previous email to you, I hope you have a chance to cover XDoclet in a subsequent edition.
Regards,
Bob Newby
Principal Software Engineer
ViviPort, Inc.
-
New Book: Java Tools for eXtreme Programming[ Go to top ]
- Posted by: Rick Hightower
- Posted on: January 29 2002 16:50 EST
- in response to Robert E. Newby
Bob Newby et al,
Thanks. I remember your email. The book is doing well(much better than I hoped for), so it looks like there will be a 2nd edition. XDoclets will make it into the next edition.
I agree.
-
New Book: Java Tools for eXtreme Programming[ Go to top ]
- Posted by: Greg Turner
- Posted on: January 29 2002 14:41 EST
- in response to Rick Hightower
I got the book about 4 weeks ago. Its great. I've only had time to incorporate the chapters on ANT into my development efforts, but I expect to move on to using the chapters on JUnit and Cactus as well. -
New Book: Java Tools for eXtreme Programming[ Go to top ]
- Posted by: Geoffrey Wiseman
- Posted on: January 29 2002 14:48 EST
- in response to Greg Turner
Saw this in the bookstore the other day, skimmed through it. Unfortunately, the things I was most interested in were the things I'm also fairly knowledgeable on already. That said, I'm sure there were some areas that it would be useful for me, and probably very useful for someone who had used these tools less, or not at all.
-
New Book: Java Tools for eXtreme Programming[ Go to top ]
- Posted by: Rob Beers
- Posted on: January 29 2002 19:26 EST
- in response to Rick Hightower
An excellent read. I am halfway through the part on Cactus and feel like I've learned a ton thus far. I can't wait dive into the next sections.
Rob Beers
Beers Software Consultants -
New Book: Java Tools for eXtreme Programming[ Go to top ]
- Posted by: Rick Hightower
- Posted on: January 30 2002 01:02 EST
- in response to Rob Beers
The reviews for the book on Amazon and comments here at TheServerSide.com are very encouraging. Thank you all. And, thanks to TheServerSide.com for letting me plug this book on this forum.
I’d like to thank some other folks…
This book would not be possible without the great set of tools written for building and testing J2EE. I’d like to publicly thank James Duncan Davidson et al, Mike Clark, Vincent Massol et al, Kent Beck and Erich Gamma.
James Duncan Davidson et al created Ant. The de facto build tool for Java. This is the glue for building applications and making continuos integration doable with Java.
JUnit is the regression-testing framework written by Erich Gamma and Kent Beck. After looking at this code base you can see this framework screams with design patterns and solid OOP, and is central to Extreme Programming development with Java. It is as if these guys wrote *the definitive books* on Design Patterns and Extreme Programming—oh yeah they did!
Russell Gold wrote HttpUnit, which makes functional web applications easy and fun. (It can also be combined with Cactus.)
Mike Clark extended JUnit to provide JUnitPerf, which does load testing and performance testing. This code is an excellent example of how to extend JUnit. Mike Clark is also a really nice guy.
Vincent Massol et al for creating the Cactus (was J2EEUnit). I use this tool every day at work to unit test JSP Tags and EJBs. This is a truly novel tool. (BTW Nicholas Lesiecki, the co-author of the book, is an active committer on this project.)
I am not implying that anyone mentioned above endorses the book or name dropping. I just wanted to thank them for contributing their time and effort to create these tools and then just give them away! Without them this book would not exist.
--Rick Hightower -
Vincent Massol[ Go to top ]
- Posted by: Nicholas Lesiecki
- Posted on: January 30 2002 12:46 EST
- in response to Rick Hightower
Vincent Massol of Cactus was also instrumental in the creation of the book. He reviewed the chapter on Cactus, and it was his excellent source code and documentation that enabled me to write the chapter in the first place. I mention this here because his acknowledgement was accidentally omitted from the book during publication. -
New Book: Java Tools for eXtreme Programming[ Go to top ]
- Posted by: Ben Hogan
- Posted on: January 30 2002 05:13 EST
- in response to Rick Hightower
Congratulations on your book.
Does the book cover MockObjects (www.mockobjects.com) ?
These can sometimes be easier and faster than in-container testing (eg Cactus).
regards,
Ben Hogan
http://www.lizardsoftware.com/ -
New Book: Java Tools for eXtreme Programming[ Go to top ]
- Posted by: Nicholas Lesiecki
- Posted on: January 30 2002 12:42 EST
- in response to Ben Hogan
Does the book cover MockObjects (www.mockobjects.com) ?
>These can sometimes be easier and faster than in-container >testing (eg Cactus).
The book covers MO briefly, as it's important to understand the difference between MO and In-container testing. The chapter on Cactus covers which to use when and why. (It also shows some example Mock Objects that you can use with, say Servlet Filter testing.) However, as MO was just emerging at the time of the book's creation, we didn't have time to incorporate a lot of MO material. When we get to the second edition, I think MO should receive one or two chapters, covering both methodology and some frameworks and mock projects (http://www.mockobjects.com/, EasyMock --http://www.easymock.org/, and MockMaker --http://www.xpdeveloper.com/cgi-bin/wiki.cgi?MockMaker).
I've found personally that Mock Objects are incredibly useful and can be vital for writing your tests first. Just today I've been working on a modification to a shopping cart that draws information from an "object" that hasn't been finished yet. I'm using EasyMock to provide an "implementation" that gets me just far enough to write my test. Very cool. I urge everyone to check them out. The links above are a good place to start.
-
New Book: Java Tools for eXtreme Programming[ Go to top ]
- Posted by: khoo chen shiang
- Posted on: January 30 2002 23:44 EST
- in response to Rick Hightower
Rick
Is that possible a free download no-printable PDF version of the book? (A few sample chapters will do). Currently, Malaysia BookStore does not carry the book, I just like to ensure I need the book, before I pay high shipment cost to Amazon.
-
I don't have a free PDF for the book. B&N and SoftPro carry it[ Go to top ]
- Posted by: Rick Hightower
- Posted on: January 31 2002 01:28 EST
- in response to khoo chen shiang
I don't have a free PDF for the book. I'll try to put out a few chapters in PDF format. I will have to clear it with John Wiley and Sons first.
See what Ed Roman et al started.... now everyone wants the books for free! :)
For now, the book web site (http://www.rickhightower.com/JavaXPToolkit/) does have the full TOC, which is a pretty good outline on what the book really covers.
Also, if your bookstore does not carry it, you can ask them to order it. Then you check it out, if you don't like it then you just don't buy it. At least you can do this at Barnes and Noble and Borders in the United States. (I don't know what the official store policy is on this. They may frown on this.) I don't know if you can do this in Maylaysia.
You may also want to check out the reviews on Amazon. Although, I have really liked books that did not get good reviews. (BTW so far most of the reviews for this book are good. We are at 4 1/2.)
For people in the US, if you want to check out the book before you buy it, Barnes & Noble and SoftPro carries the book. I have not found other other brick and mortar bookstores that carry it yet. In Tucson AZ., we have Barnes and Noble and Borders so this is not a real scientific analysis either.
By chance, I know of one other brick and mortar store that carries the book if you live in Colorado or Massachusetts--SoftPro.
The book made the best seller list in both SoftPro locations.
Here is the MA stores bestseller list for SoftPro
http://www.softpro.com/softpro/bestsellers.html
Here is the Colorado stores bestseller list for SoftPro.
http://www.softpro.com/denver.html
(Note the list gets updated every month so it may not be on the Jan. list at the above links.)
BTW I spent a few weeks in Maylaysia a few years ago.
How much is the shipping cost anyway?
I think you will really like the book, but I am a bit biased. :)
-
BTW[ Go to top ]
- Posted by: Rick Hightower
- Posted on: January 31 2002 01:33 EST
- in response to Rick Hightower
I think Ed Roman et al giving a free copy of their book in PDF format is cool. And, they seem to be the consistent best selling Java book on Amazon to boot. -
I don't have a free PDF for the book. B&N and SoftPro carry it[ Go to top ]
- Posted by: khoo chen shiang
- Posted on: January 31 2002 04:23 EST
- in response to Rick Hightower
Rick
Depands on how heavy the books is, Amazon usually charge About US15-US25 per Shipment, It may no seems much for people staying in US, as you all earning US Salary, but it expansive for Malaysian..FYI, A Malaysia IT People with 5-6 Years Working Experience will get a Salary around US1,500 (Before Tax)...
Thus I usually very careful on select my Technical Books, and Personally I am very appreciate with Ed Roman Effort on putting the Mastering EJB free for download, and FYI, I do now own hard copy of Mastering EJB both 1st and second edition
Just some thoughs -
New Book: Java Tools for eXtreme Programming[ Go to top ]
- Posted by: Adam Young
- Posted on: February 04 2002 22:18 EST
- in response to Rick Hightower
Let me add my voice to the chorus. Great book. It happens to be very similar to the ways we are doing development. It would have saved me about 2 Months dev time if I had it before I started.
-
New Book: Java Tools for eXtreme Programming[ Go to top ]
- Posted by: Bin Wang
- Posted on: March 27 2002 01:25 EST
- in response to Rick Hightower
Does anybody know how to unit-test EJBs that has Local Interfaces? The JUnit test class can only access Remote EJBs. Do I have to write a dummy Remote session facade for each Local EJB and then use JUnit to test the EJBs(Local Interface) through the dummy(Remote Interface)?