Which Design Patterns you know?

Answer Posted / sri

What is desing pattern?
Commonly accepted solution for a particular problem is
called design pattern.
We can classify the design patterns into two.
1. Java core patterns.
2. J2ee Design patters.

Core patterns.
1) Creational (Factory pattern, singleton pattern....etc)
2) Structural (Adaptor, Composite... etc)
3) Behavioural(Command, Template, Strategy... etc)

Entepise Patterns. (We can catagoize by layer)
1) Business Facade - Business Layer
2) Business Interface - Business Layer
3) DAO pattern - Persistent Layer
4) Composite View - Presentation Layer
5) synchronized - Presentation Layer
6) Service Locator... etc...

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

2. Create your own definition of a system. Based on the “system” definitions a. Identify your viewpoint of shortcomings in the definitions. b. Provide rationale as to why you believe that your definition overcomes those shortcomings. c. From an historical perspective, identify three precedented systems that were replaced by unprecedented systems.

2922


Why is singleton bad?

754


5.Develop an entity relationships diagram that identifies physical entity relationships.

2623


what are the creational design patterns

837


What are the main types of concurrency design patterns?

785


What is viper architecture?

774


What is the difference between proxy and adapter?

783


When singleton pattern is used?

794


Why have we used synchronized here?

777


What are the most important software design patterns?

826


Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?

778


What are the main usage of the patterns?

819


What are the types of design patterns?

792


What is singleton and factory pattern?

798


What are the types of participants of the prototype design pattern you will get?

775