| Author |
Stub Skelton doubt ?
|
manish basotia
Ranch Hand
Joined: Jan 12, 2004
Posts: 47
|
|
If i have an application in which there 10 remote class with similar kind of remote function in them. do i need to create 10 stub and skelton for that. Please reply ASAP Thanks Manish
|
 |
Nathan Pruett
Bartender
Joined: Oct 18, 2000
Posts: 4121
|
|
Yes, each implementation needs it's own stub and skeleton. You would only need one remote interface class though (as long as all the methods were the same). The stub and skeleton are used to talk to the specific implementation of the generic remote interface. This isn't as bad as it sounds... if you set things up correctly, the stub gets downloaded dynamically by the client, so the client doesn't need a local copy.
|
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
|
 |
 |
|
|
subject: Stub Skelton doubt ?
|
|
|