Written by leading authorities in the field, this book shows you how to leverage a suite of best-of-breed Open Source development tools to take the pain out of J2EE and build a complete Web-based application. You'll combine these tools to actually reduce the points of failure in your application, wh
Java Open Source Programming: with XDoclet, JUnit, WebWork, Hibernate
โ Scribed by Joseph Walnes, Ara Abrahamian, Mike Cannon-Brookes, Patrick A. Lightbody
- Publisher
- Wiley
- Year
- 2003
- Tongue
- English
- Leaves
- 482
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
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 well.
The key idea in the text is to implement a simple concept in code. Only add complexity when it is truly needed. As a general rule in programming, or project design, this is important. It helps you more quickly make prototypes and test these in an agile fashion. Plus, once you have a stable code base, it is much easier for you or someone else to maintain.
The examples that use JUnit to implement an easy unit testing of your code are perhaps the most useful, to many readers. Unit testing greatly helps the robustness of your code. And the book correctly points out that it is not exclusively associated with Extreme Programming. Unit testing also is present in other methodologies.
๐ SIMILAR VOLUMES
Written by leading authorities in the field, this book shows you how to leverage a suite of best-of-breed Open Source development tools to take the pain out of J2EE and build a complete Web-based application. You'll combine these tools to actually reduce the points of failure in your application, wh
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
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 Eclip
<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:
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.