but here in this case in my cliei had to add the refrence of the class(which
i want to access)
scenario 1
but if that is the case why should get object from server and access the
class i can ver well instantiate the class in my client itself and access
scenario 2
i can use soapsuds tool to create a proxy like thing and send the file to
client and access but then it uses soap and becomes like webservice it uses
xml so data is transfered in text format not in binary format i have performance
issue here.here instead of remoting doing all these i can goto webservice
scenario 3
i can create a interface for the class and send to client and make my class
to implement the interface but here also i am telling my client that you
are going to access these methods.So Concept of remoting is not well established
here
can anyone suggest any other method apart from these three to access the
class with the remote object
thankx a lot for spending your valuable time analysing my doubt