At 00:37 25.10.99 GMT, you wrote:

>Would it not be
>reasonable to store the enum in a session object,  get the block of records
>you want and return those as a small collection (remotely or serializing
>what ever is the recommendation from above).  Is there a better way to
>handle this?

Try to optimize your finders. If you use a very unspecific finder and limit
the selection in a session bean, you have to iterate through the whole
collection the finder returned. The access of each of the elements in the
collection will activate an entity bean and most often will cost you at
least one database call.

Regards Reiner

===========================================================================
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