Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.

 

or
Sign in to turn on 1-Click ordering.
 
 
More Buying Choices
39 used & new from $26.49

Have one to sell? Sell yours here
 
   
Developing Java Software (third edition)
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get yours here.
 
  

Developing Java Software (third edition) (Paperback)

by Russel Winder (Author), Graham Roberts (Author)
Key Phrases: final int delay, generic stack class, sequencing thread, Russel Winder, Graham Roberts, Statement of Problem (more...)
4.1 out of 5 stars See all reviews (12 customer reviews)

List Price: $75.00
Price: $64.87 & this item ships for FREE with Super Saver Shipping. Details
You Save: $10.13 (14%)
Upgrade this book for $13.00 more, and you can read, search, and annotate every page online. See details
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Only 2 left in stock--order soon (more on the way).

Want it delivered Tuesday, July 14? Choose One-Day Shipping at checkout. Details
22 new from $32.95 17 used from $26.49
Also Available in: List Price: Our Price: Other Offers:
Hardcover (Import) Order it used!
Paperback (2nd) $65.00 $65.00 37 used & new from $2.45

Frequently Bought Together

Developing Java Software (third edition) + The Java Tutorial: A Short Course on the Basics, 4th Edition (Java Series) + Head First Java, 2nd Edition
Price For All Three: $129.18

Show availability and shipping details


Editorial Reviews

Review
"Java has the advantage of being platform agnostic, free, object-oriented and based on current best practice. Interestingly, the authors of Developing Java Software say they will teach you to develop software in Java starting with objects and working down to individual elements of the language rather than the more usual reverse approach. They don't quite pull this off because, without some knowledge of operators, structures and syntax you can't do anything at all with an object, however elegantly implemented. However, this approach does leave the authors with a goal-oriented approach, which works well.

In effect, they approach Java program development from the point of view of a working programmer, more interested in achieving an end than in the philosophical underpinnings of the means. However, this isn't a Java cookbook, but rather more of a self-teach or course book. Each chapter is largely self contained and ends with a series of tasks, for some of which sample solutions can be found online. The main thrust of Developing Java Software is, if anything, creating well-documented, efficient and robust Java programs suitable for real world use. To this end it emphasises good style, error handling, defensive programming, testing, testing and testing.

Developing Java Software is particularly strong on programming with graphical interfaces. Almost all programs intended for end users must now work graphically with familiar GUI components. The authors demonstrate the GUI basics but go well beyond them into practical problems, such as graphing data, layout managers and even a simple text editor. Toward the end of the book the authors tackle a number of larger problems, including mail merge, a pedestrian crossing simulator (with author errors included as an object lesson--sic) and ants. The last is fun as well as informative. This well-designed book is a perfect place to start learning about Java for anyone confident enough to install the JDK. The only complaint is JDK2 doesn't come with it.--", Steve Patient , , Amazon.co.uk#"Aimed at developers creating well-documented, efficient and robust Java programs for the real world, the authors of

"Developing Java Software" start with objects and work down. They emphasise style, error handling, defensive programming and testing in this excellent, hands-on course book.", , , Amazon.co.uk#

"This book bridges the gap between academic computer science and the reality of IT by interspersing coverage of subjects such as data structures with emphasis on project case studies. The resulting hybrid is interesting and often fast-paced". (Computer IT Bulletin, May 2002) --This text refers to the Paperback edition.

Product Description
This significantly updated new edition of Developing Java Software is a thorough presentation of object-oriented design and programming concepts using the Java 5 programming language. The book takes the reader from the basics of using Java 5 to the creation of complete, object-oriented programs. Following an ‘objects early’ approach, the core elements of the Java language are covered, including the use of recently added features such as generics.

The encouragement of the proper creation and use of classes, and the demonstration of the strategies used to create good quality code are at the core of this book. You will learn how Java programs work and how they can be designed and implemented in an organized and systematic way. In addition, the book addresses how a Java programming project should be managed and introduces the Ant build tool and the Subversion version control system.

Testing has always been an important part of Developing Java Software. This edition provides new chapters which give a detailed introduction to Test-driven Development (TDD). This approach to programming introduces more rigor to writing programs by placing emphasis on writing high quality testable and tested code from the outset. A series of examples and case studies shows how TDD works and highlights the strategies for testing code.

Reflecting recent changes to the Java programming language and newly focused on first courses in programming, this excellent primer is ideal for classroom use or self-study. The many motivating examples and larger case studies show how core ideas can be applied when creating real applications, and show how to use object-oriented methods effectively to create robust, reliable, and fully-tested Java applications.

See all Editorial Reviews


Product Details

  • Paperback: 912 pages
  • Publisher: Wiley; 3 edition (December 13, 2006)
  • Language: English
  • ISBN-10: 0470090251
  • ISBN-13: 978-0470090251
  • Product Dimensions: 9.2 x 7.4 x 2.1 inches
  • Shipping Weight: 3.6 pounds (View shipping rates and policies)
  • Average Customer Review: 4.1 out of 5 stars See all reviews (12 customer reviews)
  • Amazon.com Sales Rank: #1,291,169 in Books (See Bestsellers in Books)

Inside This Book (learn more)



Books on Related Topics (learn more)
 
 

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
Check the boxes next to the tags you consider relevant or enter your own tags in the field below.
(2)

Your tags: Add your first tag
 
Help others find this product — tag it for Amazon search
No one has tagged this product for Amazon search yet. Why not be the first to suggest a search for which it should appear?

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

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

 
6 of 6 people found the following review helpful:
5.0 out of 5 stars The best programming manual, in any language, I've ever seen, September 26, 2000
By A Customer
First, let me say that I already have some knowledge of C and C++, so I can't comment with certainty on how useful this book would be to someone new to programming, although I suspect it would be great.

Having said, that, I must give this book a very enthusiastic recommendation. I've never seen a book which makes it so easy to learn a language on your own! The reasons for this are many: the book is very well organized, with each chapter covering a topic thoroughly and in depth; each example has a "solve the problem" feel to it, with a statement of the problem, the text of the program, and suggestions about testing the program; each chapter ends with really well-chosen exercises followed by harder "challenges" -- much better than the common "Write a program which uses inheritance"-type exercises which are usually found in programming books. The exercises are the highpoint of the book for me. They are actually useful programs that you might want to come back to and reuse, and they are just long enough and demanding enough to make them worth the effort, without taking you weeks to finish (most will take you a few hours).

All in all, I wish I had used this as a textbook as soon as I began to learn programming.

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



 
4 of 4 people found the following review helpful:
4.0 out of 5 stars Good book for newbies, January 18, 2007
I had read a review of this book and bought it without a doubt. It's not a bad book at all, but I, being a programmer myself, found it very basic at first. I mean, they introduce you to the basics of programming but in Java which is incredible good for newbies and people learning to program but not for people trying to learn a 4th or 5th language.

Something I really love about this book are the examples it has. It's full of them, very well organized and structured. They give you a statement and then they proceede to the
design, implementation, review and testing phases. I find it very important, as a professional programmer that someone is teaching the new guys how important the reviewing and testing phase is!

One thing I miss sometimes, specially coming from a C/C++ background is that they don't explain the internals of Java. I mean, they don't let you know what magic Java does in the inside, like for example that when you declare an objects, it gets stored in the heap.

In conclusion, a wonderful book if you're a complete stranger or very new to programming with lots of examples to practice with as well as practical cases that are very helpful.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 4 people found the following review helpful:
5.0 out of 5 stars An excellent book for real world programmers, June 10, 1998
By A Customer
DJS is written in a clear and concise prose with excellent attention to detail, without cluttering the issue. The book explains many of tha basic programming fundamentals required to create robust and correct code with the Java language. Many books which I have seen up to now covering the Java language are too envolved with scraping the surface of everyting. This book does the opposite, it doesn't try to tell you everything there is to know about Java, but what it does tell you is how to use the language and the important libraries effectively. There is also a heavy influence of the use of algorithms (searching sorting etc) and data structures (binary trees, lists etc) which are the building blocks of effective programming. I used this book at Kings College Lonodon and found it extremely informative. Clearly the other student who didn't like it was not up the course or just couldn't be bothered.
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

5.0 out of 5 stars Good practical mix
Quite a nice resource. One thing that hasn't been mentioned, I think, is that this book covers data structures. Read more
Published on January 19, 2001

5.0 out of 5 stars This book is very good for High School students (and older)
This book provided a very good introduction for me to Object Oriented programming. Although I had previous knowledge of other programming languages, I never knew anything about... Read more
Published on September 29, 2000 by Sridhar Balasubramanian

5.0 out of 5 stars This book is very good for High School students (and older)
This book provided a very good introduction for me to Object Oriented programming. Although I had previous knowledge of other programming languages, I never knew anything about... Read more
Published on September 28, 2000 by Sridhar Balasubramanian

5.0 out of 5 stars Very thorough treatment of Java and OO programming
I bought this book specifically because it did NOT assume that the reader had already used an object-oriented language, when many other texts assume that you've already dabbled... Read more
Published on September 4, 2000

2.0 out of 5 stars A programming book for programmers
This book was a reccomended text for our degree course at Kings . I can say that this book would probably only appeal to programmers who are already familiar with C++ or other... Read more
Published on January 10, 2000

3.0 out of 5 stars He is my hero, and my teacher.
Graham, spelt with an h,is my teacher here in sunny England, and yes, I've really, really read it. It was cool, a hip intro to java programming, although I can't give it five... Read more
Published on April 12, 1999

4.0 out of 5 stars A good book for programmers
The author of this book obviously knows his subject and it shows in the style of the book. It doesn't delve too deeply into areas, but covers all the essentials of the programming... Read more
Published on January 19, 1999

1.0 out of 5 stars Not a good book really
This book was part of our course at KCL taught by Russell Winder and I don't think that more than two or three people understood it complete with the lectures. Read more
Published on April 22, 1998

5.0 out of 5 stars This book is a fairly comprehensive treatment of Java
I checked this book out of the library (imagine that!) I found it to be pretty comprehensive and offered a lot of tips. It has a school textbook style but has a lot of meat. Read more
Published on March 20, 1998

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
New! See all customer communities, and bookmark your communities to keep track of them.
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

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

   


Product Information from the Amapedia Community

Beta (What's this?)


So You'd Like to...


Look for Similar Items by Category


Up to 50% Off Hot Brands in Skin Care

Skin Care Sale
Get favorite name brands in skin care for face, body, and sun care, now up to 50% off at the skin care sale, only from Amazon Beauty.

Shop all skin care

 

Best Books of 2008

Best of 2008
Find our top 100 editors' picks as well as customers' favorites in dozens of categories in our Best Books of 2008 Store.
 

Buy Three Books, Get a Fourth Free

4-for-3 Books
Order any four eligible books under $10 and get the lowest-price book free in our 4-for-3 Books Store. See more details.
 

Keep the Computer Running

Shop for Surge Protectors
Protect your laptop from power surges and voltage spikes with a surge protector.

Shop all surge protectors

 

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Where's My Stuff?

Shipping & Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

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

Look to the right column to find helpful suggestions for your shopping session.

Continue shopping: Top Sellers

Conditions of Use | Privacy Notice © 1996-2009, Amazon.com, Inc. or its affiliates