-
Notifications
You must be signed in to change notification settings - Fork 10
/
AMT Book.lol
38 lines (38 loc) · 2.43 KB
/
AMT Book.lol
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
\babel@toc {american}{}
\defcounter {refsection}{0}\relax
\deactivateaddvspace
\babel@toc {american}{}
\defcounter {refsection}{0}\relax
\contentsline {lstlisting}{\numberline {3.1}A simple HTTP servlet}{22}{lstlisting.3.1}
\defcounter {refsection}{0}\relax
\contentsline {lstlisting}{\numberline {3.2}Structure of the simple MVC project}{24}{lstlisting.3.2}
\defcounter {refsection}{0}\relax
\contentsline {lstlisting}{\numberline {3.3}The model class}{25}{lstlisting.3.3}
\defcounter {refsection}{0}\relax
\contentsline {lstlisting}{\numberline {3.4}The controller class}{26}{lstlisting.3.4}
\defcounter {refsection}{0}\relax
\contentsline {lstlisting}{\numberline {3.5}The view template}{27}{lstlisting.3.5}
\defcounter {refsection}{0}\relax
\contentsline {lstlisting}{\numberline {3.6}The deployment descriptor}{28}{lstlisting.3.6}
\defcounter {refsection}{0}\relax
\contentsline {lstlisting}{\numberline {3.7}A servlet filter example}{33}{lstlisting.3.7}
\defcounter {refsection}{0}\relax
\contentsline {lstlisting}{\numberline {4.1}Local interface defined for a stateless session bean}{39}{lstlisting.4.1}
\defcounter {refsection}{0}\relax
\contentsline {lstlisting}{\numberline {4.2}Stateless session bean implementation}{39}{lstlisting.4.2}
\defcounter {refsection}{0}\relax
\contentsline {lstlisting}{\numberline {4.3}Bad practice: dependency is instantiated by the client service}{48}{lstlisting.4.3}
\defcounter {refsection}{0}\relax
\contentsline {lstlisting}{\numberline {4.4}Better practice: dependency is looked up in a registry}{48}{lstlisting.4.4}
\defcounter {refsection}{0}\relax
\contentsline {lstlisting}{\numberline {4.5}Dependency is injected by the framework as part of the lifecycle}{49}{lstlisting.4.5}
\defcounter {refsection}{0}\relax
\contentsline {lstlisting}{\numberline {4.6}Injecting a reference to a SLSB into a servlet}{49}{lstlisting.4.6}
\defcounter {refsection}{0}\relax
\contentsline {lstlisting}{\numberline {5.1}Implement a DAO with a Stateless Session Bean}{57}{lstlisting.5.1}
\defcounter {refsection}{0}\relax
\contentsline {lstlisting}{\numberline {6.1}Warning displayed when launching JMeter}{64}{lstlisting.6.1}
\defcounter {refsection}{0}\relax
\contentsline {lstlisting}{\numberline {6.2}Incorrect implementation of the counter servlet}{67}{lstlisting.6.2}
\defcounter {refsection}{0}\relax
\contentsline {lstlisting}{\numberline {6.3}The counter servlet modified to deal with concurrent requests}{70}{lstlisting.6.3}