• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jstl performance issue

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all...
this is regarding my jsp performance ...in my jsp i wrote jstl language for getting the bean methods...like <c ut value="${ordet.orderId}"/>.
thing is ..my jsp page was taking 25 seconds for loading first time and subsequent 4 seconds ...anyone can help for me to reduce the loading time and improve the performance
here iam using eventhandler(java) and query class..and one databean for setting the values..and one jsp in that iam calling the geeter methods of databean thats all...
eventhandler returning hte request ArrayList object that contains the databean objects...
i very much thankful , if anyone can help for performance issue
regards
vasu.
 
Aaaaaand ... we're on the march. Stylin. Get with it tiny ad.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic