Clock in application

Hi

I am making a project wher I would like to measure the time of displaying big amount of data from DB in dataTable.

Could You give me the information:

1. how I can do it using JSF?

2. If there is something like "clock component" in JSF

3. where I can find it?

4. mayby somebody has the example of such a code ?

Thanx

[370 byte] By [puchacza] at [2007-11-26 17:46:33]
# 1
Its not that difficult... You just have to create a DateTime object, set it to the current time before the code you want to execute, and get the current time after everything finishes... whats the problem with that anyways?MeTitus
Me_Titusa at 2007-7-9 4:58:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Please correct me if I am wrong:1. I should start my clock in my controller, just before returning String value (display new page)2. The page will be displayed3. How to force clock to stop ?
puchacza at 2007-7-9 4:58:46 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...