This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes EJB Certification (SCBCD/OCPJBCD) and the fly likes A client may contain reference to the classes in the ejb-jar file? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » EJB Certification (SCBCD/OCPJBCD)
Reply Bookmark "A client may contain reference to the classes in the ejb-jar file?" Watch "A client may contain reference to the classes in the ejb-jar file?" New topic
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)
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: A client may contain reference to the classes in the ejb-jar file?
 
Similar Threads
is EJB jar server specific ?
<ejb-client-jar> example from the core specification
ejb-client jar quesition..
Migration to JBoss from Oracle 9iAS
web.xml and application.xml