presentation/system/tex/2.section.introduction.tex

40 lines
1019 B
TeX

\section{Was ist ein Framework}
\frame{
\begin{block}{}
\begin{center}
\huge{Was ist ein Framework}
\end{center}
\end{block}
}
\subsection*{Middleware}
\frame{
\frametitle{Middleware}
\begin{block}{}
"`Middleware ist eine zusätzliche Schicht zwischen Betriebssystem und Anwendungen."' Wikipedia
\end{block}
\begin{block}{Aufgaben und Funktion einer Middleware}
\begin{itemize}
\item{Versteckt komplizierte Systeme}
\item{Bietet einfache Schnittstellen}
\item{Modularisierung von Software}
\item{Konkreter und beschränkter Anwendungsbereich}
\end{itemize}
\end{block}
}
\subsection*{Alternative PHP-Frameworks}
\frame{
\frametitle{Alternative PHP-Frameworks}
\begin{backgroundblock}{5.5cm}{3.2cm}
\includegraphics[width=5.5cm]{img/framework1.jpg}
\end{backgroundblock}
\begin{block}{Zend Framework}
http://framework.zend.com/
\end{block}
\begin{block}{Laravel}
https://laravel.com/
\end{block}
\begin{block}{Symphony}
http://symfony.com/
\end{block}
}