This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes progress mointor for JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "progress mointor for JSP" Watch "progress mointor for JSP" New topic
Author

progress mointor for JSP

bharathi_babu
Greenhorn

Joined: Jun 13, 2001
Posts: 6
I am running quite big queries on my JSP page, it takes a while to load.. I am looking to run a progressMonitor on the client when I process my queries.
any suggestions?
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

When the client asks for the apfge, send them an intermediate page that says 'please wait...' and have that page request the real page.
The 'please wait' page will then be the one sitting in the browser while the processing occurs.
There are other solutions but his is quick and easy and it works
Dave.
Frank Carver
Sheriff

Joined: Jan 07, 1999
Posts: 6913
"bharathi_babu",
The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp . We require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Please log in with a new name which meets the requirements.
Thanks.


A Convergent Visionary ~ Frank's Punchbarrel Blog ~ LinkedIn profile
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: progress mointor for JSP
 
Similar Threads
encouraged by looking at folks here
Converting sql queries while porting
using classpath with javac Problem
Need Information for my SCWCD preparation.
how to insert rec in DB from JSP