SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 290 | Next

Larry Brown, Marty Hall, and Yaakov Chaikin

"Core Servlets and JavaServer Pages, Volume 2"

println
(docType +
"\n" +
"" + title + "\n" +
"\n" +
"

" + title + "

\n");
String line = "Blah, blah, blah, blah, blah. " +
"Yadda, yadda, yadda, yadda.";
for(int i=0; i<10000; i++) {
out.println(line);
}
out.println("");
}
}
Listing 5.23 web.xml (Excerpt for compression filter)

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4">


CompressionFilter

coreservlets.filters.CompressionFilter




CompressionFilter
LongServlet



LongServlet
coreservlets.LongServlet

Listing 5.22 LongServlet.java (continued)
5.12 Configuring Filters to Work with RequestDispatcher 251
5.12 Configuring Filters to Work
with RequestDispatcher
Version 2.


Pages:
278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302