Amazon.co.uk Review
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 --This text refers to an out of print or unavailable edition of this title.
Review
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 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 an out of print or unavailable edition of this title.
Product Description
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.
From the Publisher
Thorough coverage of generic programming
Tried, tested and successful pedagogy
Many motivating examples and case studies with supporting code.
Provides walk through of test driven development, a process new and
revolutionary for programmers
Newly revised to aid learning and focused on first programming courses in
Java.
Exercises and instructor support on the accompanying website aid course
management
From the Back Cover
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.
About the Author
Graham Roberts lectures at Department of Computer Science, University College London, UK.