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
-
Here is the list of Online Hindi Radio Stations. Copy the URL in your media player and enjoy !! 106.2 HUMFM - UAE ==> http://www.humfm.c...
-
There are four types of JDBC database driver: The JDBC/ODBC bridge driver (Type 1) A piece of native C-code that translates a JDBC call to ...
-
Here are a few of the JDBC Performance pointers. Hopefully, there are a lot more, which you may be aware of, but not mentioned here. Care to...
-
I just decied to look for a few commonly used UNIX command. A quick Google produces a lot more, but here are a list of more useful commands...
-
Always give your 100% to work... :) [received in an email]
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