Agile JavaTM: Crafting Code with Test-Driven Development and over one million other books are available for Amazon Kindle . Learn more

Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
Buy Used
Used - Good See details
Price: £24.39

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
or
Get a £13.05 Amazon.co.uk Gift Card
Agile Java: Crafting Code with Test-Driven Development (Robert C. Martin)
 
 
Start reading Agile JavaTM: Crafting Code with Test-Driven Development on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Agile Java: Crafting Code with Test-Driven Development (Robert C. Martin) [Paperback]

Jeff Langr
4.8 out of 5 stars  See all reviews (4 customer reviews)
RRP: £40.99
Price: £34.84 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £6.15 (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.
Only 2 left in stock--order soon (more on the way).
Want guaranteed delivery by Tuesday, May 29? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £25.01  
Paperback £34.84  
Trade In this Item for up to £13.05
Trade in Agile Java: Crafting Code with Test-Driven Development (Robert C. Martin) for an Amazon.co.uk gift card of up to £13.05, which you can then spend on millions of items across the site. Plus, get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

Agile Java: Crafting Code with Test-Driven Development (Robert C. Martin) + Head First Java + Effective Java: Second Edition
Price For All Three: £87.65

Show availability and delivery details

Buy the selected items together
  • In stock.
    Dispatched from and sold by Amazon.co.uk.
    This item Delivered FREE in the UK with Super Saver Delivery. See details and conditions

  • Head First Java £22.42

    In stock.
    Dispatched from and sold by Amazon.co.uk.
    This item Delivered FREE in the UK with Super Saver Delivery. See details and conditions

  • Effective Java: Second Edition £30.39

    In stock.
    Dispatched from and sold by Amazon.co.uk.
    This item Delivered FREE in the UK with Super Saver Delivery. See details and conditions



Product details

  • Paperback: 792 pages
  • Publisher: Prentice Hall; 1 edition (14 Feb 2005)
  • Language English
  • ISBN-10: 0131482394
  • ISBN-13: 978-0131482395
  • Product Dimensions: 23.1 x 17.8 x 4.3 cm
  • Average Customer Review: 4.8 out of 5 stars  See all reviews (4 customer reviews)
  • Amazon Bestsellers Rank: 152,931 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Jeff Langr
Discover books, learn about writers, and more.

Visit Amazon's Jeff Langr Page

Product Description

Product Description

Agile Java is a valuable tutorial and reference. It introduces the Java languagewith no assumptions about a developer's background in Java, object-orienteddevelopment, or TDD. The book will also retain significant value as acookbook that readers will turn to time and again to learn how to approachTDD with respect to various language features.Teh author stresses the importance of TDD by showing coded tests for everyJava feature taught. A programmer learning with this book will understand howto translate oral requirements into tests, and tests into working code. Readersalso learn how TDD impacts the design of the system, and vice versa. In short,anyone who wants to understand what it takes to build a professional, robustsoftware system using Java will want this book. Agile Java will be ideally timedto coincide with Sun's forthcoming release of Java 5 (J2SE 1.5).

From the Back Cover

Master Java 5.0 and TDD Together: Build More Robust, Professional Software

Master Java 5.0, object-oriented design, and Test-Driven Development (TDD) by learning them together. Agile Java weaves all three into a single coherent approach to building professional, robust software systems. Jeff Langr shows exactly how Java and TDD integrate throughout the entire development lifecycle, helping you leverage today's fastest, most efficient development techniques from the very outset.

Langr writes for every programmer, even those with little or no experience with Java, object-oriented development, or agile methods. He shows how to translate oral requirements into practical tests, and then how to use those tests to create reliable, high-performance Java code that solves real problems. Agile Java doesn't just teach the core features of the Java language: it presents coded test examples for each of them. This TDD-centered approach doesn't just lead to better code: it provides powerful feedback that will help you learn Java far more rapidly. The use of TDD as a learning mechanism is a landmark departure from conventional teaching techniques.

  • Presents an expert overview of TDD and agile programming techniques from the Java developer's perspective

  • Brings together practical best practices for Java, TDD, and OO design

  • Walks through setting up Java 5.0 and writing your first program

  • Covers all the basics, including strings, packages, and more

  • Simplifies object-oriented concepts, including classes, interfaces, polymorphism, and inheritance

  • Contains detailed chapters on exceptions and logging, math, I/O, reflection, multithreading, and Swing

  • Offers seamlessly-integrated explanations of Java 5.0's key innovations, from generics to annotations

  • Shows how TDD impacts system design, and vice versa

  • Complements any agile or traditional methodology, including Extreme Programming (XP)


© Copyright Pearson Education. All rights reserved.


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(3)
(2)

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

3 star
0
2 star
0
1 star
0
Most Helpful Customer Reviews
9 of 10 people found the following review helpful
By A Customer
Format:Paperback
This is a great book. It's not for complete beginners to object oriented programming and Java - get yourself acquainted with the syntax and the basic OOP way of doing things with Head First Java first. Then dive into this book, which goes beyond syntax and into how to actually design code without making a horrible mess.

The genius of Agile Java is that it's immensely practical, with plenty of tips and advice. It's also very well written, not dry and textbook-like at all. It introduces the sort of stuff that is bread-and-butter to most Java developers: test driven development with JUnit, refactoring, IDEs, and the use of Ant. The same project is used for the examples throughout the book (an application to keep track of student information at a college), which works very well in illustrating TDD and how to add functionality and complexity to your apps from nothing.

There's lots of good stuff on the practicalities of TDD, too. Just knowing how JUnit work is not a guarantee that you can use it effectively. The copious unit tests here will set you on the right path. The discussion of how to unit test are also good, and it touches on some fairly advanced techniques, like mocks and testing GUI components, although you may need to turn to more specialised books (such as those by Link and by Astels) for the full story.

This also very handily introduces several Java 5.0 features such as annotation and generics. While not as comprehensive as Thinking In Java, it covers the 80-90% you'll normally use, and the code examples are superior, hands down.

If you've learnt the basics of Java, I can't think of a better way to introduce yourself to agile techniques. Highest recommendation.

Comment | 
Was this review helpful to you?
2 of 2 people found the following review helpful
Format:Paperback
This book is a superb introduction to Java and TDD. The author takes the courageous approach of introducing objects and unit tests right from the start, rather than the traditional approach of covering 'procedural Java' first. The clarity and organization of the material is first rate, as is the gradual inclusion of real world issues. My only criticisms are firstly that it should be updated to use JUnit 4 and secondly that the setup appendix should cover Eclipse and/or NetBeans as well as IDEA.
Comment | 
Was this review helpful to you?
Format:Paperback|Amazon Verified Purchase
I found this book to be an excellent text when learning TDD. Being a contractor this book brought me upto speed on how to do TDD, invaluable when you need to write good quality tests for code.

I would recommend this book to anyone who is begining in Java, as i think its essential you know how to write code the right way. As for more experianced developers, i think the book is worth a read and you can read it in a short space of time due to simple writing style.
Comment | 
Was this review helpful to you?

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
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges