What is difference between GoF and J2EE patterns?
Answer / suvendu boity
GoF DESIGN PATTERN
==================
The Gang of Four were the first publishing a book about
design patterns. The patterns are rather basic in nature and
can be applied to almost any object oriented system.
J2EE DESIGN PATTERN
===================
J2EE patterns are much more specialized, obviously. Many are
in fact specialized versions of GoF patterns, applied to
problems specific to J2EE development.
| Is This Answer Correct ? | 13 Yes | 0 No |
What is the publish/subscribe model?
Where should we use singleton design pattern?
. Run us through your design process.
Write the code for a singleton class?
Are you using singleton in your code?
What is a lazy initialization in singleton?
In which application lifecycle phases is an application architecture produced?
What are creational design patterns?
What tools do you use for Prototyping?
How to analyze the design patterns ?
What is the difference between architecture and design?
What is the difference between factory and abstract factory design pattern?