In your case I will construct a class that represent a row of a query
for example.

then make it serializable, implementing IsSerializable interface.

then you can pass ArrayList of this class between server and client,
with the RPC method.


Regards.

On 24 Giu, 20:44, Piotr Kirklewski <[email protected]>
wrote:
> Hi there
>
> I have a connection to adatabaseon the server side, I'm sticking
> results into array,  this is in my com.xxx.login.server.PSQLConnection
> class.
> I also have a class which is responisble for drawing the webpage etc
> com.xxx.login.client.Report.
> I have  no idea at this point how to pass this array from the server to
> the client.
>
> Any ideas ?
>
> Help
>
> Regards
>
> PEter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to