Skip to:Content
|
Bottom
Cover image for Developing Java software
Title:
Developing Java software
Personal Author:
Edition:
3rd ed.
Publication Information:
Chichester, UK : Wiley, 2006
ISBN:
9780470090251
Added Author:

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000010135694 QA76.73.J38 W564 2006 Open Access Book Book
Searching...
Searching...
30000010145985 QA76.73.J38 W564 2006 Open Access Book Book
Searching...

On Order

Summary

Summary

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.


Author Notes

Russel Winder was previously Professor of Computer Science and Head of Department at Kings College London.

Graham Roberts lectures at Department of Computer Science, University College London, UK.


Table of Contents

Programming with Objects and Classes
Programming Fundamentals
Adding Structure
Drawing Pictures
Introducing Containers
Classes and Objects
Class Relationships
Introducing Exceptions and Threads
The Programming Process
A Program Design Example
User Interfaces
Building Class Libraries
Building Libraries Sequences, Arrays and Lists
Queues and Stacks
Trees Heap Priority Queue Sets, Relations and Mappings
Searching Sorting - Comparative
Methods Sorting - Distributive
Methods Sorting - External
Methods
Case Studies in Developing Programs
Introducing the Case Studies
A Mail Merge System
Pedestrian Crossing Simulation
Simulating Ants
The Java Programming Language in Detail
A Java Language
Reference Variables, Types and Expressions
Flow Control
Classes and Packages
Inheritance and Interfaces
Exception Handling
Threads and Concurrency
Endmatter
Appendices
Index
Go to:Top of Page