J2EE related links, tutorials, case studies, interview questions are available in this blog. In addition to this soon I am going to publish a whole SDLC case study.
Wednesday, May 26, 2010
Design Patterns
Decorator Pattern
Allows new/additional behaviour to be added to an existing object dynamically.
Adapter Pattern
Allows incompatible classes work together by converting the interface of one class into an interface expected by the other.
1 comment:
http://sourcemaking.com/design_patterns
Post a Comment