Which two of the following must be included in every ejb-jar file?

1. Stubs for the EJBHome and EJBObject interface.
2. The JAR Manifest file.
3. A deployment descriptor.
4. The JNDI context.
5. The EJB's home interface.

Options
- 1 and 3
- 2 and 5
- 3 and 5
- 4 and 2


CORRECT ANSWER : 3 and 5

Discussion Board
EJB-JAR

An EJB-JAR file is a JAR archive file that consists of an EJB module that includes deployment descriptor and EJB's home interface for further processing of program. EJB-JAR file shows the details for particular EJB JAR. It is mostly present in the detail page. The detail page can be accessed by opening the EJB-JAR file or by clicking it on any page where it appears.

EJB_JAR file details page can be used to:

1) Seeing all the attributes that are specific for EJB-JAR file.
2) Perform actions on the asset.
3) Seeing all other components that are related to the current asset.

Rohit Sharma 08-21-2014 06:12 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement