When you generate a client for an EJB, the EJB and the client are packaged together into an enterprise archive file myService.ear file together with the following files:
application.xml
|
Generic deployment descriptor, defining the .jar and the client .war files |
myService.jar
|
EJB archive file |
myService.war
|
Client archive file |
manifest.mf
|
Manifest describing this .jar file |
mfejlib.jar
|
Custom records |