5
T-76.115 Design Patterns

T-76.115

  • Upload
    luana

  • View
    25

  • Download
    0

Embed Size (px)

DESCRIPTION

Design Patterns. T-76.115. Design Patterns. - PowerPoint PPT Presentation

Citation preview

Page 1: T-76.115

T-76.115

Design Patterns

Page 2: T-76.115

Design Patterns

“Each pattern describes a problem which occurs over and over again in our environment, and then describes the core of the solution to that problem, in such a way that you can this solution a million times over, without ever doing it the same way twice” – Christopher Alexander

Page 3: T-76.115

Mitä design patternit ovat?

Uudelleenkäytettäviä ratkaisuja ongelmaan (olio-ohjelmoinnissa)

● Nimi● Ongelma● Ratkaisu● Seuraukset

Page 4: T-76.115

Käyttö projektissa

● “Proof-of-concept”● Arkkitehtuurin suunnittelun apuna● Implemennoinnin apuna● Dokumennoinnin apuna

Page 5: T-76.115

Käyttö projektissa 2

J2EE Core Patterns● Front Controller ● Transfer Object● Service Locator● Data Access Object