I have deleloped a scrolling table (with horizonal and vertical scrollbars) using html, xsql, xsl, javascript, and ajax technology. I need to display very large tables (2,000-10,000 lines of data) some tables have around 20 columns. The problem is my code is too slow and the window seems to response slowly to anything the user tries to do in the window, like click on a button. It takes over 3 minutes for around 2,000 lines of data.
I am using JDeveloper 10.1.2 with Oracle 10g database on windows xp. Are there any build-in features availiable in JavaServer Faces or any thing else in JDeveloper that would help me with getting a scrolling table developed in a web page?
Any examples or documentation on this would be great. Or any other web sites which may have a tool that does this? We cannot use Active-X components.