T
Tom
just a general question
why is it in remoting that sometimes people use a client, a server and a
service (serialised) class that stores the server return value to pass to
the client ?
what I don't understand is why people use the serialised service class when
they can simply use a interface on the client side and call the server
methods directly...
thanks
Tom
why is it in remoting that sometimes people use a client, a server and a
service (serialised) class that stores the server return value to pass to
the client ?
what I don't understand is why people use the serialised service class when
they can simply use a interface on the client side and call the server
methods directly...
thanks
Tom