Hi,

We're designing N-tier application where the clients are desktop Java
application.
The issue we're about to deal with is that the client has to retrieve a
large volume of data
(lets say a few thousands of DB entries) generated by the EJB server as
a response to some request.
The questions are how is it recommended to exchange such volume of data
considering the fact that the client should display this information in
Swing table (enabling) high degree of data  manipulation  (as opposed to
HTML based client).
Should be a problem moving such large volume via RMI?
and if so, is it reasonable to manage it in application level (for
example saving the result in the client's associated session bean and
then transferring it chunk by chuck to the client).
What about using XML as a solution?

Any help would be highly appreciated.

Gabby

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