1 Reply Latest reply on Aug 30, 2009 7:31 AM by nbelaevski

    help with lazy loading using datascroll and datatable

    bijoubam

      Hi everyone,
      I'm creating a web application using richFaces components.
      I have a list of users, and each user is linked to a "User Creator";

      Thanks to Hibernate, I am able to quickly load all users (up to 10,000 users in less than a second).

      To view these users, I use rich:datascroller and rich datatable.

      Loading the "User Creators" slows down the database reading process a great deal. Thus, I would like to use "lazy loading".

      I would like to load the "user creators" that belong only to the users to be viewed next.