We have a similar requirement on our project, so I would aslo
appreciate any advice on this. Having read the description of "Page by
Page Iterator" pattern on Sun's J2EE blueprints Site, I think it could
be a match for this situation. Haven't read through it yet, however,
but you may want to check it out:


http://java.sun.com/blueprints/patterns/j2ee_patterns/page_by_page_iterator/index.html

If anyone else has suggestions, please send them.

Thanks,
Mike

--- Ananta s <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a very basic question:
>
> We are developing a admin interface for our application. In which we
> need to
> fetch all the user records based on some condition. There is a
> possiblity
> that on a particular condition the number of record fetched could be
> 100000.
> We are using a stateless bean and a entity bean for this task. I am
> not sure
> whether the beans will be able to handle so many records at same
> time. Any
> suggestion pls?
>
> Also I want to send 1000 records at a time to the browser and fetch
> the next
> 1000 in the next call. How to achive this?
>
> Ananta
>
>
===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in
> the body
> of the message "signoff EJB-INTEREST".  For general help, send email
> to
> [EMAIL PROTECTED] and include in the body of the message "help".
>


__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every occasion!
http://greetings.yahoo.com

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to