You may get some benefits from this, but you'll probably get better
benefits from a harder task, of rearchitecting your application to use
the "Web MVC" structure.  If you just concentrate on "translating"
scriptlets to custom tags, you'll end up writing custom tags which just
execute business logic.  However, if your view pages just contain "view
logic" and your "Model" portion of your application has the business
logic, then your view pages will likely be much smaller in size and
complexity.

> -----Original Message-----
> From: Ciramella, EJ [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 19, 2003 8:13 AM
> To: '[EMAIL PROTECTED]'
> Subject: Benefits of using taglibs...
> 
> 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.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to