Description: INTEGRATING
SERVLETS AND JSP:
THE MODEL VIEW
CONTROLLER (MVC)
ARCHITECTURE.
Servlets are great when your application requires a lot of real programming to
accomplish its task. As illustrated earlier in this book, servlets can manipulate HTTP
status codes and headers, use cookies, track sessions, save information between
requests, compress pages, access databases, generate JPEG images on-the-fly, and
perform many other tasks flexibly and efficiently. But, generating HTML with servlets
can be tedious and can yield a result that is hard to modify.
To Search:
File list (Check if you may need any files):
MVC.pdf