• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Beginning Java Objects: From Concepts to Code

 
Ranch Hand
Posts: 3143
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My first reading of this book left me dazed
and confused; then I read the reviews on
Amazon, which were good, and decided to give
it another try; with the same result!
The book takes you through the design and
development process for a Student
Registration System while describing various
Java language and OOP concepts along the way.
It is well written and Ms. Barker knows what
she's doing and where she's going but herein
lies the problem. As the reader, I felt
like a daytripper on a bus tour with Ms.
Barker acting as the sight-seeing guide.
If you're looking for an example case study
and are curious as to how someone else builds
an application; this book is for you. If you
want to learn Java or you want to learn OOP,
start somewhere else. (Jane Griscti - bartender, May 2001)


More info at Amazon.com | |
More info at Amazon.co.uk | |
More info at FatBrain.com
 
Ranch Hand
Posts: 808
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had the opposite experience: OOP had me somewhat dazed and confused until I read this book, perhaps because I learned in college through Thompson books (horrible horrible books, all that I've seen, no matter the subject) and the Deitel series (overkill leading to confusion***).

After working on a few projects then reading this book and The Java Programming Language, I can now use UML with some clarity, perform a decent OOA on a project statement, and relate OO concepts directly to Java code. On the JavaRanch rating system I'd have to give it at least 7, maybe 8 horseshoes. Add another extra horseshoe because this book helped repair some of the damage done by the Thompson Learning series.

Added 3/7/2005:
*** I've had a chance to review the later chapters in the book, chapters we never got around to covering in school. I've changed my opinion of the Dietel book, and can now see why some folks endorse it.
[ March 07, 2005: Message edited by: Jeff Bosch ]
 
Too many men are afraid of being fools - Henry Ford. Foolish tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic