Design Patterns Question:

What is difference between GoF and J2EE patterns?

Tweet Share WhatsApp

Answer:

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.

Download Design Patterns PDF Read All 18 Design Patterns Questions
Previous QuestionNext Question
What is Architecture and what is design? Are they related?What is design pattern?