aspose file tools
The moose likes JSP and the fly likes How to implement process bar in 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 » JSP
Reply Bookmark "How to implement process bar in jsp?" Watch "How to implement process bar in jsp?" New topic
Author

How to implement process bar in jsp?

Joshua Cloch
Ranch Hand

Joined: Apr 27, 2006
Posts: 95
Hi, many of us has met this application: when we intall a software, there is a bar which descibes how much is already installed,and how much is left. I am just wondering can we implement such application in jsp pages when there is an operation(such as querying database) which may consume lots of time?


truehh@hotmail.com
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

This gets asked every once in a while here.
Search this and the servlets forum and you'll find a few discussions with different approaches.

A quick Google search brought this article up:
http://www.onjava.com/pub/a/onjava/2003/06/11/jsp_progressbars.html


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
Joshua Cloch
Ranch Hand

Joined: Apr 27, 2006
Posts: 95
Thanks a lot!
 
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: How to implement process bar in jsp?
 
Similar Threads
session in servlet
Progress bar in a JSP onClick event
Extending thread class
Modular Java: flexibility
Side-Bar in java