1.

What Is Ejb Client Jar File?

Answer»

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.

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.



Discussion

No Comment Found