Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSP performance

843840Jul 24 2009 — edited Aug 3 2009
Hi All,
I am having a serious performance issue here with the JSP pages.
i am using core and spring-form tags in the JSP.
For populating some values in a dropdown i am using <from:option> and for iterating through a list of java objects i am using <c:forEach>
In this foreach tag i am checking a condition using EL and adding rows to my Table dynamically where i dont know previously how many rows is to be added.
Even if i am having 700 or 1000 rows of data it is taking a hell lot of time to display, sometime even 10-15 minutes with the system getting hanged almost.

Please help on this.The timeline is chasing me.

thanks and advance...

Edited by: amit.goenka on Jul 24, 2009 11:01 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 31 2009
Added on Jul 24 2009
13 comments
426 views