Hello,

I have an application which is just a front-end for a main-frame. The process 
on the mainframe which my application calls takes 8 seconds to complete so I am 
trying to make my Java application as fast as possible so that there is as 
little time as possible wasted.

Can anybody give any tips or sites for speeding up Tomcat/Java/Webapps?

Can anybody tell me if using <jsp:useBean> tags to pass an entire object to a 
JSP is a slow way of doing things? Am I quicker passing a list of strings using 
various request.setAttribute() methods? Or is this insignificant?

I am really stuck because I don't know how to choose the best way of going 
forward. If I can't significantly improve the speed of the app. I should just 
abandon the project but that is not desirable as you can imagine!

Andoni.

Reply via email to