Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Design Patterns

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
While developing web applications design patterns really help in providing a standard architecture.
Can anyone explain what exactly is the meaning of :
> Value Objects,
> Data Objects,
> Support/Helper Classes
And the differences between them.
Why do we have value and data objects at the same time?
 
Ranch Hand
Posts: 405
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is link to the java blueprints catalog of design patterns. The link will also show example code based on the java pet store. I hope this will help answer some of the questions now and in the future you may have.
java blueprints catalog
But, if you still have some detail questions on design patterns, see below.
A lot of these patterns as well as other OOAD issues are discussed in detail at the oo, patterns forum
I hope this helps.
Craig.T
 
reply
    Bookmark Topic Watch Topic
  • New Topic