File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes Performance of Tag Handler Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Performance of Tag Handler" Watch "Performance of Tag Handler" New topic
Author

Performance of Tag Handler

Fisher Daniel
Ranch Hand

Joined: Sep 14, 2001
Posts: 582
Dear all,
I want to know what is the differences of performance between using Custom Taglib/JSTL and not using one in our JSP?
thanks
daniel
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 11862
Custom Taglibs are just a convenient way to make use of helper classes, and get code out of your JSP file as much as possible. Take a look at the generated Java source code to see what those taglibs end up creating - it is really pretty compact.
I doubt you could measure the difference and your JSP will be much more maintainable without all that code. IMHO getting the algorithm right has the greatest impact on performance.
Bill


Java Resources at www.wbrogden.com
 
 
subject: Performance of Tag Handler
 
Threads others viewed
For loop performance in windows vs linux
Taglibs Performance
100 Objects or 100 Calls
nio download problem
Google-friendly-URL Filterproblem
developer file tools