Here are a few tips to improve JSP performance that I have been using. If you have your own listing of the tips, plz share.
Blog on things around me - Quality Management, Free & Open Source Software, Gadgets, Utilities...
Sunday, August 21, 2005
JSP Performance Tips
Subscribe to:
Post Comments (Atom)
Total Pageviews
Popular Posts
-
Bugzilla is the Bugs/Issues Tracking Tool from The Mozilla Organization. Version 2.18 is the latest stable release. There are couple of res...
-
These are a few of the options u can try to make your Tomcat Server startup faster: Get a faster computer (:D) Make sure your code i...
-
Two MIT math graduates bump into each other at Fairway on the upper west side. They hadn't seen each other in over 20 years. The first g...
-
With Java 5 (or Java 1.5 or JSE 5.0 or Java J2SE 5.0 or JDK 1.5), a new feature called Autoboxing has been introduced to the language. it is...
-
I have been assigned to prepare a checklist for my project. So, while compiling a checklist for SQLs, I suggested to use SELECT COUNT(COLUMN...
3 comments:
All of these tips are good. However, these seem low-level, as if you are manually writing the JSP-to-Servlet conversion. Are you?
Not really. I am not referring to 'manual JSP-to-Servlet' conversion. r u referring to tips related to jspInit and jspDestroy methods?
Use JSP comments over HTML comments.
See http://www.karstenvoges.de/blog/archives/2004/06/17/howto_comments_in_jsps.html
Post a Comment