<b>What is this book about? <P> Professional Java Tools for Extreme Programming is a practical, code-intensive guide to the tools that Enterprise Java developers need when using Extreme Programming (XP) methods. It covers the key tools used to automate the most complex parts of the XP process:
Professional Java tools for extreme programming: Ant, Xdoclet, JUnit, Cactus, and Maven
β Scribed by Richard Hightower, Warner Onstine, Paul Visan
- Publisher
- Wiley Pub.
- Year
- 2004
- Tongue
- English
- Leaves
- 768
- Series
- Programmer to programmer
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
What is this book about?The Extreme Programming (XP) methodology enables you to build and test enterprise systems quickly without sacrificing quality. In the last few years, open source developers have created or significantly improved a host of Java XP tools, from XDoclet, Maven, AntHill, and Eclipse to Ant, JUnit, and Cactus. This practical, code-intensive guide shows you how to put these tools to workΒ βΒ and capitalize on the benefits of Extreme Programming.Using an example pet store application, our expert Java developers demonstrate how to harness the latest versions of Ant and XDoclet for automated building and continuous integration. They then explain how to automate the testing process using JUnit, Cactus, and other tools, and to enhance project management and continuous integration through Maven and AntHill. Finally, they show you how to work with XP tools in the new Eclipse IDE.Complete with real-world advice on how to implement the principles and practices of effective developers, this book delivers everything you need to harness the power of Extreme Programming in your own projects.What does this book cover?Here are some of the things you'll find out about in this book:How to automate the building of J2EEΒ apps and components with Ant and XDocletTechniques for automating Java testing using JUnitProcedures for automating servlet, JSP, and other J2EE testing using CactusWays to automate Swing testing with Jemmy, JFCUnit, and AbbotHow to manage projects using MavenTechniques for automating continuous integration with AntHill and Cruise ControlHow to harness plugins for JUnit, Cactus, and Ant in the Eclipse IDEWays to implement Extreme Programming best practicesWho is this book for?This book is for enterprise Java developers who have a general familiarity with the XP methodology and want to put leading Java XP tools to work in the development process.
π SIMILAR VOLUMES
A majority of the content are out of date now. A typical example is the chapter for Maven that is almost useless. Instead of reading this book, I'd rather go Google.
A majority of the content are out of date now. A typical example is the chapter for Maven that is almost useless. Instead of reading this book, I'd rather go Google.
The Extreme Programming (XP) methodology enables you to build and test enterprise systems quickly without sacrificing quality. In the last few years, open source developers have created or significantly improved a host of Java XP tools, from XDoclet, Maven, AntHill, and Eclipse to Ant, JUnit, and Ca
From the Back Cover: You?ve heard about Extreme Programming. You might have read articles or books describing the XP process, but what next? How do you implement XP principles into an actual Java project? This unique book explains everything you need for XP development, starting with An
By now, in 2006, Java is up to version 1.5, with 1.6's release imminent. When the book was written in 2003, it necessarily used the then current Java, 1.4. But much of the book's advice is still germane. Remembering too that the various open source packages it describes are likely to be new revs as