Assuming the HelloWorldBean is implemented as follows: Which types of clients are guaranteed to have access to HelloWorldBean:

Suppose an EJB component is named HelloWorldBean is deployed as a standalone ejb-jar.
Assuming the HelloWorldBean is implemented as follows:

Which types of clients are guaranteed to have access to HelloWorldBean:

Suppose an EJB component is named HelloWorldBean is deployed as a standalone ejb-jar.
Assuming the HelloWorldBean is implemented as follows:

Which types of clients are guaranteed to have access to HelloWorldBean:

A.
Java EE application client container applications

B.
Java EE ejb components within the same ejb-jar

C.
Java EE web-tier component applications deployed in the same container

D.
Java EE ejb component applications deployed in the same container



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Tamer Saleh

Tamer Saleh

B, it must be called locally as it uses no-interface view

Figaro

Figaro

exactly, it’s no-interface view so only B is correct.

Andrei

Andrei

No interface view => B