• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

I need a good book...

 
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
I've looked at the list of books in the bunkhouse, but I'm looking for something specific and I don't know which book would be best.
I think the best way to learn is by practicing. I've read a lot of material on OOAD and I have a decent understanding of the theory. My problem is, I have trouble translating the theory into practice (drawing a class diagram from specifications). Therefore, I would like to buy a book that would provide different scenarios. The reader would then try to write the appropriate class diagrams and other related documentation, and the recommended solution would be provided.
Of all the pattern books critiqued at javaranch, can somebody recommend one that would fit my needs?
Thanks,
Marie
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The problem with this is that in practice, it isn't that straight forward. That is, by trying to think about classes, you will find additional questions about the specification. By thinking about the dynamic structure of the system, you will need to adjust the static one. And all this needs best to be accompanied by actual coding, as only the code can give you definitive feedback about the quality of your design.
In this light, the best recommendation I can give is "Agile Software Development - Principles, Patterns and Practices" by Robert C. Martin. He shows on three case studies how OO Design works in practice, including all the wrong paths and surprises you will invariably encounter. You could probably even through it in a manner similar to your idea above, first reading the requirements and trying to do your own design, before reading about the solution of the book.
Hope this helps...
 
Marie Mazerolle
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sold!
Thanks, Ilja.
Marie
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic