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 |
How to test the quality of design ?
How would you improve the UX design of our product?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
What are cascaded style sheets?
Is dependency injection a design pattern?
What is your research methodology?
In which application lifecycle phases is an application architecture produced?
What are the types of design patterns?
Which Design Patterns you know?
What is the design pattern?
What is Software development life cycle....??
Why singleton beans are not thread safe?