Disadvantages of Servlets
- Developing a complex Servlet is a tedious task:
- Coding requires labor intensive string manipulation
- Deploying requires editing XML, compiling, restarting
- Fixing grammar or markup mistakes requires:
- Wading through print() and println() calls,
- Recompiling the Servlet, and
- Reloading the web application.