My company has ~500 jsps - all of which are scriptlet heavy. I want to
propose a change to using taglibs (either custom or directly from the taglib
project). What can I site as the benefits? I'm hoping to find a web page
or document or something that clearly states some sort of performance
increase. Currently, it takes a REALLY long time just to load the login
page (which has large scriptlets embedded and it's imports also are 90%
scriptlet). I'm guessing that if these things were compiled classes in side
a taglib, this would shorten load time and lessen the need to precompile the
jsp's.
Thanks in advance.