This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes issue of dataTable with huge amount of data input Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "issue of dataTable with huge amount of data input" Watch "issue of dataTable with huge amount of data input" New topic
Author

issue of dataTable with huge amount of data input

Daniel Leung Leung
Greenhorn

Joined: Aug 12, 2008
Posts: 1
Dear all,

I am now using Websphere6.1 with JSF RI 1.1 for my development

I have a program for user to input results of each student. I am using dataTable to make the table of students (around 30 students) with result inputboxes of different subjects (around 10 subjects).

But, when I submit the page, it is quite slow (around 30sec. needed to next page). I found that the process is very fast in Update Model Values Phases, Invoke Application Phase and Render Response Phase. And, I haven't implement any validation in page. I think the main bottleneck is at Restore View Phase and Apply Request Values Phase. I am wondering if huge amount of data input at dataTable will cause performance issue.

Did anyone meet the same problem before? Please help. Thanks.

brgds,
Daniel
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: issue of dataTable with huge amount of data input
 
Similar Threads
JSF 1.2 Facelets - Component ID form1:dataTable:j_id101 has already been found in the view
Custom tag use in <h:dataTable>
Iteration in JSF, how ?
after a jsf invalidation my app acts wrong
DataTable with DataScroller issue