| Author |
A client may contain reference to the classes in the ejb-jar file?
|
vijay Mamilla
Ranch Hand
Joined: Dec 29, 2004
Posts: 94
|
|
A client may contain reference to the classes in the ejb-jar file that contains client view classes. Is it true? Thanks, Vijay
|
 |
Johannes Postma
Ranch Hand
Joined: Jan 22, 2002
Posts: 51
|
|
I think this is a question for the SCBCD forum. It's not true. The client connects to a stub. The stub not part of the ejb-jar. This jar is a file that the Bean Provider provides. On deploy-time the stub for the client is created. This is a task for the deployer.
|
Johannes<br /> <br />SCJP, SCJD, SCWCD, SCDJWS, SCEA, ICSA (IBM 340)
|
 |
 |
|
|
subject: A client may contain reference to the classes in the ejb-jar file?
|
|
|