writing a Monitoring Dashboard with stoplights

Hi

I want to develop a webpage thats displaying monitors (stoplights, green, red, orange) which monitor availabilty. Whats the best technology for this to keep it simple but nice? Should I use JSPs which will be reloaded all 5-10 seconds and check the availabilty on every reload (and change color of course)? Or should I use AJAX? It should have a nice GUI as well.

regards,

Markus

[408 byte] By [mmonty01a] at [2007-11-26 15:36:51]
# 1
Simple: JSP.Nice: AJAX.Make your choice :) Personally I'd go for AJAX for such a requirement.
BalusCa at 2007-7-8 21:54:36 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...