What is EJB client JAR file?

What is EJB client JAR file?

EJB client JAR file :

- This file is used for client projects.

- This file includes the .class files of the client.

- When exported this project to client, the EJB client JAR files are used and this file is described in the deployment descriptor of the EJB JAR file using element.

- It is the path name which specifies the location of EJB client JAR file in the containing J2EE Enterprise Application Archive (.ear) file.

What is EJB client JAR file?

- An EJB client JAR file is an optional JAR file that can contain all the class files that a client program needs to use the client view of the enterprise beans that are contained in the EJB JAR file.

- If you decide not to create a client JAR file for an EJB module, all of the client interface classes will be in the EJB JAR file.
What is Deployment descriptor?
What is Deployment descriptor? - A deployment descriptor is a configuration file for a web application or EJB application which is to be deployed to web or EJB container....
How EJB Invocation happens?
How EJB Invocation happens? - The following are the invocation steps for EJB: Step 1: Using JNDI, retrieve Home Object reference from Naming Service...
EJB session and entity context
EJB session and entity context - What is an EJB Context?, What is the difference between sessioncontext and entitycontext?
Post your comment