Antonio Leonforte

After same dramatic results we got benchmarking Javascript on IE, Firefox and Opera, we simply understood that placing all the grouping/filtering/rendering logic on the browser simply would not work. Up to ten seconds to group and render 100 rows is clearly not acceptable, when you can do the same server-side with java 500 times faster. And we could even have thousands of objects that would cause the user to wait minutes...

LiveTable goes two-tier