public marks

PUBLIC MARKS from benoit with tags web & "progress bar"

08 February 2006 17:15

ONJava.com -- JSP Progress Bars

Many web and enterprise applications must perform CPU-intensive operations, such as complex database queries or heavy XML processing. These tasks are handled by database systems or middleware components, but the results are presented to the user with the help of JSP. This article shows how to implement the front tier in order to improve the user experience and reduce the server load.