80 likes | 243 Views
Design Patterns Part 1. with SpringFramework. 디자인 패턴이란. 누군가가 이미 여러분의 문제를 해결해 놓았습니다 . GoF Design Pattern 생성 , 구조 , 행동패턴 Core J2EE Design Pattern Patterns of Enterprise Application … 이책은 GoF 디자인 패턴의 일부에 대해 설명하고 있다. OOP 의 개념. 객체 (Object) 메시지 (Message) 클래스 (Class) 추상화 (Abstraction)
E N D
Design PatternsPart 1 with SpringFramework
디자인 패턴이란 • 누군가가 이미 여러분의 문제를 해결해 놓았습니다. • GoF Design Pattern • 생성, 구조, 행동패턴 • Core J2EE Design Pattern • Patterns of Enterprise Application … 이책은GoF디자인 패턴의 일부에 대해 설명하고 있다.
OOP의 개념 • 객체(Object) • 메시지(Message) • 클래스(Class) • 추상화(Abstraction) • 캡슐화(Encapsulation) • 상속성(Inheritance) • 다형성(Polymorphism)
Duck Simulation • 설명
Real World – Security Service • NPKI, GPKI 등의 보안 모듈을 지원해야 하는 요구사항을 어떻게 해결할 것인가?
Reference • Head First Design Patterns • Wikipedia