Product Details
Objects First with Java: A Practical Introduction Using BlueJ

Objects First with Java: A Practical Introduction Using BlueJ
By David J. Barnes, Michael Kolling

List Price: £46.99
Price: £38.94 & eligible for FREE Super Saver Delivery on orders over £5. Details

Availability: Usually dispatched within 24 hours
Dispatched from and sold by Amazon.co.uk

23 new or used available from £33.99

Average customer review:

Product Description

Now available in a new edition, published August 2008. ISBN 9780137005628.

For introductory courses in Java/Introduction to Programming and Object-Oriented Programming.

 

Its close integration with the BlueJ development environment allows this book to focus on key aspects of object-oriented software development from day one. BlueJ's clear visualization of classes and objects means that students can immediately appreciate the differences between them, and gain a much better understanding of the nature of an object than they would from simply reading source code. Unlike traditional textbooks, the chapters are not ordered by language features but by software development concepts. Language features are introduced as a response to the problems to be solved. A large number of different, interesting projects are used to provide variety and avoid the monotony of a running problem. The authors avoid the dangers of trying to teach all there is to know about each topic by using a spiral approach - introducing topics in a simple context early on and then revisiting later to deepen understanding. Throughout, the emphasis is on developing a practical approach to programming, with students encouraged to add code to existing programs rather than working with an intimidating sheet of blank paper.

 

Supplements:

 

Author's Companion Website: http://www.bluej.org/objects-first/ Includes Java Resource Links, Book Projects, Code Style Guide,  Student Activities and more!

 

Instructor-only Resources (Registration required):

  • Power Point lecture slides
  • Solutions to exercises

Click on the "Resources" Tab above to view these downloadable files


Product Details

  • Amazon Sales Rank: #27387 in Books
  • Published on: 2008-08-21
  • Original language: English
  • Binding: Paperback
  • 560 pages

Editorial Reviews

From the Back Cover
Objects First with Java ; A Practical Introduction using BlueJ

Learn Java and BlueJ straight from the source!

Welcome to the first introductory programming textbook that completely integrates BlueJ with the teaching of object-oriented principles using Java.

BlueJ is a Java development environment that runs on top of the Sun Microsystems Java Development Kit making use of the standard compiler and virtual machine. It has been specifically designed for the introductory teaching of object-oriented programming, allowing the student to create objects of any class and interact with their methods. This truly objects first approach within the customised BlueJ environment is expected to revolutionise the way programming is taught. For the first time, the traditionally difficult concepts of objects and classes are bought alive in an easily manipulable visual form.

Key features

  • Objects first approach

BlueJ supports teaching tools that are not available in other environments, including the visualisation of class structure. This means that the student can interact with objects directly, even before looking at the first line of Java syntax!

  • Project driven approach to problem solving

Each chapter contains problems which are analyzed before the language constructs are introduced that can solve them. What is more, the book is structured along the lines of fundamental development tasks, giving clear coverage of the principles of object-oriented programming

  • Spiral approach

Challenging topics are introduced early, and then revisited later in the book in a different context in order to deepen understanding

  • Thorough treatment of object-oriented principles

Pointers are used within each chapter to refer the student to further reading, supplementary sources, and language references

  • Supplements

The book is accompanied by a CD-ROM containing the JDK and BlueJ for various operating systems. A companion website contains the style guide for all examples used in the book, as well as power point slides for instructors.

Michael Kölling is one of the developers of the BlueJ software, and is currently based at the University of Southern Denmark, Odense. David J. Barnes is at the University of Kent at Canterbury, and is the author of Object-Oriented Programming with Java, also published by Prentice Hall.

About the Author

David Barnes is a Lecturer in Computer Science at the University of Kent, in Canterbury, England. He has been teaching introductory programming for over 25 years, and has practical experience of a wide range of programming languages. He has been teaching object-oriented programming in Java for over 10 years. David is passionate about the excitement that is inherent in computer science and is actively involved in promoting it as a subject area to high-school children. In addition to computing education, his main research is in the area of software engineering.

 

Michael Kölling is a Senior Lecturer at the Computing Laboratory, University of Kent, in Canterbury, England. He holds a PhD in computer science from Sydney University, and has worked in Australia, Denmark and the UK. Michael’s research interests are in the areas of object-oriented systems, programming languages, software tools, computing education. He has published numerous papers on object-orientation and computing education topics. Michael is one of the developers of BlueJ and, more recently, the Greenfoot platform.


Customer Reviews

A fascinating and clever approach to teaching Java5
This book is intended to be a course text book for an introductory course in Java and Object Oriented Programming. The authors have made a conscious decision to cover the material in a different order to almost all other books on the subject. You won't find an initial chapter on classpaths, compilation and the main method, there's no pseudo-procedural "hello, world" example. The book leaps straight in to creating objects from classes, examining values and calling methods.

There is a trick to all this, of course. The book is based on a kind of Java development environment optimised for teaching called "BlueJ". BlueJ is a free download, and a copy is included on a CD with the book, along with all the source code examples. I've had a play with BlueJ, and it certainly makes important things like the distinction between a class and an object, and the inheritance structure of the code, much clearer than traditional IDEs.

If you are planning to teach a course on Java or OO, you should certainly take a look at this book. Even if you don't run the course exactly as presented, the approach is fascinating. If you are trying to pick up these tricky ideas on your own, this book might also be very useful. Even if none of those cases apply, the BlueJ software is still a really neat tool for prototyping.

Outstanding!5
This book is great for really learning OOP deeply, and not just some superficial Java syntax. It takes you step by step through interesting projects - explaining every step, and gettign you to build more and more interesting applications.

There are good exercises to try and apply the concepts that you learned yourself, and at the end you feel you have really learned the concepts, and not just where to put the semicolons.

Fantastic book!

Get this book5
I have looked at BlueJ for some time now, but wasn't quite sure just how to integrate it with course I am teaching.

Then last week I received a copy of "Objects First With Java". It just so happens that I am pulling a class of students through polymorphism using Java for the first time. It is really, really painful.

Then yesterday I received a copy of the BlueJ text. I whizzed through chapter 1 and peeked ahead through the rest of the text. My first impression is that this may be the best pedagically developed environment for learning programming that I have ever seen. It is so very, very ... simple!! I feel like I've been swimming in a lake of murky water and entangling weeds for years in teaching OOP with Borland's Object Pascal, then Borland and CodeWarrior C++, and most recently JCreator's Java IDE.

BlueJ has turned my murky lake of OOP into a fun, refreshing dip.

We currently use the same text that we have used for years, because we know just where to use the text and where to supplement and how. But now I just know that we must reconsider. The BlueJ text may triple the number of students that goes in into our advanced streams.

Sorry, but every now and then in life something is so incredibly better than anything in that particular arena that it is immediately obvious that a new standard has emerged. I am absolutely convinced that BlueJ together with the Barnes and Kolling text does that for introducing OOP particularly and Java generally. That much really is obvious.