Buy Used
Used - Very Good See details
$5.93 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
Developing Java Software, 2nd Edition
 
 
Tell the Publisher!
I'd like to read this book on Kindle

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

Developing Java Software, 2nd Edition [Paperback]

Russel Winder (Author), Graham Roberts (Author)
4.1 out of 5 stars  See all reviews (12 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Paperback $77.50  
Paperback, March 29, 2000 --  
There is a newer edition of this item:
Developing Java Software (third edition) Developing Java Software (third edition) 4.1 out of 5 stars (12)
$77.50
In Stock.

Book Description

0471606960 978-0471606963 March 29, 2000 Second Edition
Learn programming in Java from scratch - and keep on learning!
The new edition of this excellent primer teaches how to program in an object-oriented style. Objects come first providing a framework for understanding how Java programs work and how they can be designed, in an organised and systematic way. Programming is taught with a view to quality software engineering and is anchored in real world issues, particularly testing. Examples and exercises provide motivation. Self- tests and class project suggestions enhance this comprehensive study package.
The purpose of this book is to take readers from the basic principles of object-oriented design and programming using Java through to class library construction and application development.
New to this edition:
JDK 2 compliant
Part 1 - objects and object oriented programming concepts have been made more student friendly with a lot of additional small scale examples to aid understanding
Part 2 - Language Reference now appears at the back of the book so as not to interrupt the flow
The new JFC (including Swing and the container classes) replaces obsolescent AWT
Go to the support website at: http://www.dcs.kcl.ac.uk/DevJavaSoft/ to find:
More exercises
Selected solutions
Instructor's notes and resources
Code for case studies
Updates, revisions and bug fixes
Reviews and feedback

Customers Who Bought This Item Also Bought


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)

From the Publisher

This book takes the reader from the basic principles of object-oriented design and programming using Java, through to class library construction and application development. It teaches fundamental programming concepts, object-oriented principles and how to exploit class-based abstraction. This is supported by a detailed description of how programs are designed and is illustrated by substantial examples. With the core concepts in place the book then provides a Java programming language reference detailing each language feature from types and variables through to classes, exceptions and threads. A key part of the reference is the provision of many small example programs, allowing the reader to see how the language features are used. --This text refers to an out of print or unavailable edition of this title.

Product Details

  • Paperback: 1028 pages
  • Publisher: Wiley; Second Edition edition (March 29, 2000)
  • Language: English
  • ISBN-10: 0471606960
  • ISBN-13: 978-0471606963
  • Product Dimensions: 9.2 x 7.4 x 2.1 inches
  • Shipping Weight: 4 pounds
  • Average Customer Review: 4.1 out of 5 stars  See all reviews (12 customer reviews)
  • Amazon Best Sellers Rank: #3,449,145 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and 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
This review is from: Developing Java Software, 2nd Edition (Paperback)
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.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


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.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


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.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews










Only search this product's reviews



Inside This Book (learn more)
First Sentence:
This book, as may be inferred from the title, is about programming with Java. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
public final object, public final void add, public void advance, class obi ect, final int length, clone ourself, public boolean remove, public static void sort, binary chop search, public void test, distributive sorts, heap order property, traversal iterator, local class object, chained hash table, final int width, object myobject, crossing simulation, int withdraw, public object clone, superclass type, void retreat, default initial size, throws declaration, comparator object
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Graham Roberts, Programming Exercises Exercise, Statement of Problem, Purpose Intention, Self-review Questions Self-review, Challenges Challenge, Count Sort, Radix Sort, Adding Structure, Self-review Exercises Self-review, Java Virtual Machine, Ockham's Razor, Some Street, Introducing Containers, Manipulating Trees, Comparative Methods, Digit Sort, Java Generic Library, Pigeonhole Sort, Creating Drawings, Instance of Queue, Program Ucsign
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:



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.
 
(2)

Your tags: Add your first tag
 

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 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
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject