% !TeX root = ../../thesis.tex
%********************************************************************
% Appendix
%*******************************************************
% If problems with the headers: get headings in appendix etc. right
%\markboth{\spacedlowsmallcaps{Appendix}}{\spacedlowsmallcaps{Appendix}}
\chapter{JSF Performance Statistics Servlet}
\label{ap:jsf_performance_statistics_servlet}
Um die Cache-Informationen über einen \ac{API}"=Aufruf bereitzustellen, wird ein Servlet \ref{lst:servlet} und ein
Provider \ref{lst:servlet_provider} benötigt. Für die Aufnahme in der Routing, wird noch ein zusätzlicher Eintrag in
der \textit{web.xml} benötigt \ref{lst:servlet_activate}.
\includecode[java]{chapters/thesis/appendix05_servlet.java}{lst:servlet}{Performance Statistics Servlet}
\includecode[java]{chapters/thesis/appendix05_provider.java}{lst:servlet_provider}{Performance Statistics Provider}
\begin{lstlisting}[language=xml,caption={Einbindung Servlet},label=lst:servlet_activate]
PerformanceStatisticServlet
de.wedekind.servlets.PerfStatServlet
PerformanceStatisticServlet
/api/perfstat
\end{lstlisting}