• 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

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
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic