• 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

OO Patterns Help

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all Members,

I am interested in studying oo design patterns.

But i don't know how to proceed?

I also don't know how to apply them in my code?

Not a clear picture about it in my mind.

Which pattern where i should use?

For ex. Login Validation, Redirection, Accessing Database, Checking Database connectivity, blah blah.....

I also want to learn this art from interview point of view.

Please guide in this issue.

Thanks in advance.
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
if you are interesting in oo patterns, not only java, you should start from Martin Fowler site.
For more "javish" patterns, try http://www.javacamp.org/designPattern/
There is catalog of patterns oftenly asked during interview Sun blueprints
You'll get clear picture after some practice
 
Bartender
Posts: 2700
IntelliJ IDE Opera
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This book is highly recommended although I find that it's sometimes a bit hard to read.
 
Ranch Hand
Posts: 449
Scala IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

anuj thite wrote:
I am interested in studying oo design patterns.

But i don't know how to proceed?


Check out the FAQ

anuj thite wrote:
I also don't know how to apply them in my code?


When to apply

Hope it helps.
 
reply
    Bookmark Topic Watch Topic
  • New Topic