T-76.115

Preview:

DESCRIPTION

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

Citation preview

T-76.115

Design Patterns

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

Mitä design patternit ovat?

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

● Nimi● Ongelma● Ratkaisu● Seuraukset

Käyttö projektissa

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

Käyttö projektissa 2

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

Recommended