Servlets JSP Performance Tuning Tips

Servlets JSP Performance The following pages describe performance-tuning techniques (PTT) for developing high performance and scalable JSP (JavaServer Pages) pages and servlets. This means building applications that are reasonably and consistently fair. 1. Use the HttpServlet init() method for caching data The server calls the servlet’s init() method after the server constructs the servlet instance …

Servlets JSP Performance Tuning Tips Read More »