The Essence of Object-Oriented Programming with Java and UML
| |||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||
| Sort customer reviews by: | |||||||||||||||||||||||||||||
|
Show All Reviews on Page
Hide All Reviews on Page
| |||||||||||||||||||||||||||||
| The Essence of Object-Oriented Programming with Java and UML | |||||||||||||||||||||||||||||
|
This book can give any Java developer -- regardless of experience -- the firm foundation they need to achieve the full benefits of object-oriented programming. The book combines practical introductions to UML, object-oriented methodologies, design patterns, libraries, and frameworks -- giving developers all the skills they need to begin writing robust object-oriented programs -- and to tackle the entire field of object-oriented development. Leading developer Bruce Wampler begins with a brief introduction to objects and their benefits; then introduces the fundamental concepts of object orientation and shows how they can be implemented in Java -- starting with the basics, and moving on to advanced topics such as object lifetime and copies of objects. He moves on to Object-Oriented Analysis and Design, introducing the essential concepts at the heart of every methodology. Next, he presents the essence of today's leading techniques for building effective object-oriented Java systems -- including design patterns, refactoring, and more. Wampler concludes by drawing on his decades of development experience to share powerful personal guidelines for creating more effective software. For all application developers who know at least the basics of Java, and are seeking to strengthen their object-oriented programming skills. |
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 8 of 8 | |||||||||||||||||||||||||||||
| Review Date |
Review Rating(5 High) |
Review Helpful to: |
Customer Review | Reviewer Info |
Permanent Link |
||||||||||||||||||||||||
| Reader Reviews Below Sorted by Newest First | |||||||||||||||||||||||||||||
| 02-18-03 | 4 | 0\1 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I have gone through your book entitled "The essence of
object-oriented programming with java and UML" and I must say that you wrote a very fine book. To explain my point and let you know what is good about it from my own perspective, I find it not quite advanced in its treatment of the JAVA language but at the same time it gives you a sense of knowing right from the beginning the very essence of the language. In addition, introducing in parallel the UML methodology helps a lot to understand the software "production" requirements. I have gone through several books for the last 5 months. Each pretending to explain once and for all JAVA or UML. But your book is the only one I found so complete in its treatment of both OO, JAVA and UML (even though it is only 290 pages long !). Again, thanks for such a fine book and my best wishes (Review Data Last Updated: 2008-11-13 10:53:45 EST)
|
|||||||||||||||||||||||||||||
| 02-17-03 | 4 | 0\1 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I have gone through your book entitled "The essence of
object-oriented programming with java and UML" and I must say that you wrote a very fine book. To explain my point and let you know what is good about it from my own perspective, I find it not quite advanced in its treatment of the JAVA language but at the same time it gives you a sense of knowing right from the beginning the very essence of the language. In addition, introducing in parallel the UML methodology helps a lot to understand the software "production" requirements. I have gone through several books for the last 5 months. Each pretending to explain once and for all JAVA or UML. But your book is the only one I found so complete in its treatment of both OO, JAVA and UML (even though it is only 290 pages long !). Again, thanks for such a fine book and my best wishes (Review Data Last Updated: 2008-11-18 12:52:37 EST)
|
|||||||||||||||||||||||||||||
| 01-20-03 | 4 | 1\1 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
The world of programming is changing, and in my opinion, the change is welcome. The Unified Modeling Language or UML used to be reserved for advanced programmers in large projects. However, the basics of the UML are easy to understand and provides an excellent way to represent classes and their interactions. Therefore, more authors of introductory programming texts are using the UML in their books. This is a welcome addition, and I am now puzzled when I see a book where it is not used. I do not understand why anyone would use the standard bubble tree diagram to describe inheritance when a UML diagram could be used.
The next question to settle then becomes how well the UML is used and integrated into the presentation of the principles of object-oriented programming. My response to that question is also an affirmative. Wampler uses the combination of UML and Java to explain the fundamentals of object-oriented programming in a way that anyone with programming experience can follow. He also does not commit the error of using too much code in the book. Code is used only when necessary and only enough to make the crucial point. If there is a flaw, it is that there is not enough code in the book. There are times when I thought that an extra example would have been beneficial. However, that is a debatable point and not a serious flaw. If I were teaching an introductory course in object-oriented programming, this is the text I would use. The emphasis in such courses should be on the principles of object-oriented programming and not the features of a language. In my experience, students quickly learn the syntax of a language, but the organizational strategies used to make programs comes much more slowly. Wampler takes the right approach and I recommend this book to anyone who wants to learn object-oriented programming. (Review Data Last Updated: 2007-07-10 20:20:20 EST)
|
|||||||||||||||||||||||||||||
| 10-30-02 | 4 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Learn the basics of MVC and UML in a movie catalog application. Clear representation of fundamentals of OOP.
(Review Data Last Updated: 2007-06-23 12:42:20 EST)
|
|||||||||||||||||||||||||||||
| 10-29-02 | 4 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Learn the basics of MVC and UML in a movie catalog application. Clear representation of fundamentals of OOP.
(Review Data Last Updated: 2006-06-25 10:27:08 EST)
|
|||||||||||||||||||||||||||||
| 06-17-02 | 4 | 1\5 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I really enjoyed this book. It was a fairly swift read and a good introduction to object-oriented programming and methodologies. It could have been better, imo. I recommend it, in spite of the criticisms below :).
I wish the author had spent more time explaining how the example programs integrate with the MVC framework which he provided. Unfortunately he doesn't even provide that information with UML diagrams, much less discuss it in the text. It would also have been nice to have some discussion of how to extend the framework. In chapter 6, it was a bit confusing when he used the class MovieModel to model not a movie but rather an application to catalog movies. The included CD-ROM was missing the source code file for Listing 5.10, so I had to type in in by hand. Unfortunately the listing in the book has a couple of mistakes. The author's web site does not have the code available. Here's the corrected code: I apologise for the lack of formatting. Space constraints. /* (Review Data Last Updated: 2007-07-10 20:20:20 EST)
|
|||||||||||||||||||||||||||||
| 06-16-02 | 4 | 1\5 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I really enjoyed this book. It was a fairly swift read and a good introduction to object-oriented programming and methodologies. It could have been better, imo. I recommend it, in spite of the criticisms below :).
I wish the author had spent more time explaining how the example programs integrate with the MVC framework which he provided. Unfortunately he doesn't even provide that information with UML diagrams, much less discuss it in the text. It would also have been nice to have some discussion of how to extend the framework. In chapter 6, it was a bit confusing when he used the class MovieModel to model not a movie but rather an application to catalog movies. The included CD-ROM was missing the source code file for Listing 5.10, so I had to type in in by hand. Unfortunately the listing in the book has a couple of mistakes. The author's web site does not have the code available. Here's the corrected code: I apologise for the lack of formatting. Space constraints. /* (Review Data Last Updated: 2006-06-25 10:27:08 EST)
|
|||||||||||||||||||||||||||||
| 03-11-02 | 4 | 5\5 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This is a very basic and introductory book into some of the principles of object oriented programming with a nod to the Java language.
The intended audience is for semi-experienced Java programmers or programmers experienced in other languages who want an introduction to object oriented programming. If you are familiar with Java you can safely skip chapter 3. In trying to cater to other languages the book can be misleading in certain aspects of Java. If you are coming from another language, you can just skim that chapter to pick up the basics but they are not fundamental to the rest of the book. Over all the book is a quick, simple, intro to some of the principles of OO analysis and design. At only 266 pages of actual text, it does not have the space needed to go into depth or to even give many examples. The author does do a good job of explaining the basics of UML and the notations used in different UML diagrams. As an introductory text this book is sufficient, but if you are looking to learn more in depth you will need another book with more examples and a more detailed discussion of the various topics. If all you are looking for is the basics or a good start into the subject then this would be a good book to start with. It will give you a solid foundation on which to build your knowledge of OO analysis and design. (Review Data Last Updated: 2007-07-10 20:20:20 EST)
|
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 8 of 8 | |||||||||||||||||||||||||||||
| All Books | Arts | Biography | Click Here For An A-Z Index Of All 213 Best-Seller Subjects | Business | Children's | Comics | ||||||
| Computers | Cooking | Engineering | Entertainment | Health | History | Home | Horror | Humor | Law | Fiction | Medicine | Mystery |
| Nonfiction | Outdoors | Parenting | Professional | Reference | Religion | Romance | Science | Sci-Fi | Sports | Teens | Travel | |