| Author |
Does the EJBObject act as a skeleton?
|
Ravi Singh
Ranch Hand
Joined: Aug 02, 2004
Posts: 51
|
|
|
Does the EJBObject perform the actions of a skeleton object (marshalling/unmarshalling), or is this performed by a seperate skeleton?
|
 |
raphael Bereh
Ranch Hand
Joined: Jan 15, 2002
Posts: 79
|
|
|
The client (of an EJB) generally have a stub that performs the RMI communication (i.e marshall unmarshall parameters). There is another stub on the server side for the same purpose.
|
SCJP,SCJD,SCBCD
|
 |
Ravi Singh
Ranch Hand
Joined: Aug 02, 2004
Posts: 51
|
|
And this stub on the server side is called the skeleton? If so, does this skeleton forward the method call to the EJBObject?
|
 |
 |
|
|
subject: Does the EJBObject act as a skeleton?
|
|
|