Inline Servlets: Bad News
Inline servlets can be a bit tricky to use at first.
All servlets on a page will be run.
Server implementations of inline servlets are often buggy (Apache/Jserv and Java Web Server require patches to run inline servlets correctly).
Difficult to integrate (with other servlets, JSP)
Applications make heavy use of HTTP redirects
“Hidden pages” are usually required.