--- deepaksawdekar <[EMAIL PROTECTED]> wrote:
> Hi,
> Please excuse me for the question but I want to test the performance of
> my User interface developed using struts. Mainly I want to test how much
> time it takes to load the page if execute method of action class doesn't
> do any thing except forwarding the request. 
> Is there any tool to do this?
> Some pointer on the performance of UI using Struts will be added
> advantage.

One thing you can do to increase performance is use JSTL tags instead of
Struts tags wherever possible.  Servlet containers can optimize the
standard tags into java code instead of invoking them with the traditional
tag lifecycle.  Resin and Tomcat 5 currently perform this optimization on
at least a subset of the JSTL tags.

David

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


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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

Reply via email to