Hi All,
I had a small performance problem in my
JSP , iam pulling thousands of values from DateBase, it is not taking much time but while constructing this data in JSP
it is taking much time, iam using
struts tags to construct HTMl, in
Tomcat 6.0,
Here is sample code ,
Here iam declaring one global variable as lXml to add data each and every iteration. i cannot avoid scriplet in this case , if we can how .?
I do have some more conditions like this in my JSP.
please suggest me how can i reduce load time of JSP..
Highly appriciated if you have any solutions
Thanks.