annotate 02_anderePatterns.tex @ 12:a7bdc1211d3a

renamed files; some restructuring
author meillo@marmaro.de
date Thu, 21 Jun 2007 10:46:57 +0200
parents andereMuster.tex@a7ab86cddfad
children eff2ffb701fe
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
1 % @file
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
2 % @brief Referat DesignPatterns `Andere Muster'
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
3 % @author Julian Haug
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
4 % @since 2007-06-21
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
5
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
6
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
7 \documentclass{beamer}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
8
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
9
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
10 % \usepackage[T1]{fontenc}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
11 \usepackage[utf8]{inputenc}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
12 \usepackage{ngerman}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
13 \usepackage{graphicx}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
14 \usepackage[automark]{scrpage2}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
15 \input{Style01}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
16
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
17
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
18
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
19 \begin{document}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
20
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
21
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
22 \title{Design Patterns ``Andere Muster''}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
23 \date{\today}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
24
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
25 \author{Julian Haug}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
26
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
27 %\titlegraphic{\includegraphics[width=3cm]{Pics/Maka-Logo.png}}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
28
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
29 \frame{
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
30 \titlepage
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
31 }
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
32
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
33
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
34
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
35
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
36
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
37 \section[Outline]{}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
38 \frame{
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
39 \tableofcontents
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
40 }
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
41
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
42
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
43
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
44
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
45 \section{Andere Arten von Mustern}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
46
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
47
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
48 \frame{ \frametitle{Andere Arten von Mustern}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
49
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
50 \begin{block}{Andere Arten von Mustern}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
51 \begin{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
52 \item Gang of Four motivieren viele Autoren zu weiteren Veröffentlichungen
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
53 \item Problematik: ein Muster lässt sich nicht mehr ohne weiteres als Entwurfsmuster klassifizieren
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
54 \item Es entstanden mehrere Arten von Mustern
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
55 \end{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
56 \end{block}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
57
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
58 }
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
59
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
60
12
a7bdc1211d3a renamed files; some restructuring
meillo@marmaro.de
parents: 11
diff changeset
61 \section{Beispiele anderer Muster}
a7bdc1211d3a renamed files; some restructuring
meillo@marmaro.de
parents: 11
diff changeset
62
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
63 \frame{ \frametitle{Beispiele anderer Muster}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
64
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
65 \begin{block}{Architekturmuster}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
66 \begin{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
67 \item beschreiben typische Software-Architekturen
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
68 \item bestimmen nicht ein konkretes Teilproblem, sondern den Grundaufbau der Anwendung
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
69 \item Lässt sich in 4 verschiedene Kategorien einteilen
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
70 \begin{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
71 \item Mud-to-structure: hilft die Unmengen von Komponenten und Objekten eines Softwaresystems zu organisieren.
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
72 \item Verteilte Systeme: unterstützten die Verwendung verteilter Ressourcen und Dienste in Netzwerken
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
73 \item Interaktive Systeme: helfen Mensch-Computer-Interaktionen zu strukturieren
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
74 \item Adaptive Systeme: unterstützen besonders die Erweiterungs- und Anpassungsfähigkeit von Softwaresystemen.
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
75 \end{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
76 \end{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
77 \end{block}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
78
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
79 }
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
80
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
81
12
a7bdc1211d3a renamed files; some restructuring
meillo@marmaro.de
parents: 11
diff changeset
82 \section{Idom}
a7bdc1211d3a renamed files; some restructuring
meillo@marmaro.de
parents: 11
diff changeset
83
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
84 \frame{ \frametitle{Idom}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
85
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
86 \begin{block}{Definition}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
87 \begin{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
88 \item Beschreibt konkrete Implementierung eines Entwurfsmusters
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
89 \item ist programmiersprachenspezifisch
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
90 \end{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
91 \end{block}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
92
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
93 \begin{block}{Anwendung}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
94 \begin{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
95 \item Konkrete Implementierung eines Entwurfsmusters.
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
96 \item Programmierkonventionen (Codeformatierung, Namenskonventionen, Kommentar Formatierung, usw.)
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
97 \item Typische Lösungsansätze für Probleme die durch die Programmiersprache nicht direkt unterstützt werden (Speicherverwaltung)
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
98 \end{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
99 \end{block}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
100
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
101 }
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
102
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
103
12
a7bdc1211d3a renamed files; some restructuring
meillo@marmaro.de
parents: 11
diff changeset
104 \section{Weitere Beispiele}
a7bdc1211d3a renamed files; some restructuring
meillo@marmaro.de
parents: 11
diff changeset
105
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
106 \frame{ \frametitle{Weitere Beispiele}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
107
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
108 \begin{block}{Weitere Beispiele}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
109 \begin{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
110 \item Analysemuster \\ (beschreiben typische Fälle der Anforderungsanalyse)
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
111 \item Kommunikationsmuster \\ (beschreiben Kommunikationswege zwischen Personen einer Organisation)
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
112 \item Organisationsmuster \\ (beschreiben Elemente der Strukturen von Organisationen)
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
113 \end{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
114 \end{block}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
115
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
116 }
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
117
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
118
12
a7bdc1211d3a renamed files; some restructuring
meillo@marmaro.de
parents: 11
diff changeset
119 \section{Tipps zur Anwendung}
a7bdc1211d3a renamed files; some restructuring
meillo@marmaro.de
parents: 11
diff changeset
120
11
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
121 \frame{ \frametitle{Tipps zur Anwendung}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
122
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
123 \begin{block}{}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
124 \begin{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
125 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
126 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
127 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
128 \end{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
129 \end{block}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
130
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
131 }
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
132
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
133
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
134
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
135 \section{Zusammenfassung}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
136 \frame{ %\frametitle{Zusammenfassend}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
137 \begin{block}{Zusammenfassung}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
138 \begin{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
139 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
140 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
141 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
142 \end{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
143 \end{block}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
144
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
145 \pause
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
146
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
147 \begin{block}{Fazit}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
148 \begin{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
149 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
150 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
151 \item
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
152 \end{itemize}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
153 \end{block}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
154 }
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
155
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
156
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
157 \end{document}
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
158
a7ab86cddfad added other parts but with few content yet
meillo@marmaro.de
parents:
diff changeset
159