Each EAR contains a copy, so if multiple modules are deployed to a production server, then all modules will need to be rebuilt and redeployed.
每个EAR都包含一个副本,那么如果将多个模块部署到一个生产服务器中,那么所有的模块都需要重构和重新部署。
If the library is selected to be deployed with the module in the dependencies editor, the module is packaged as an EAR and contains a copy of the library JAR file during deploy time.
如果在依赖项编辑器中选择将库和一个模块一起部署,那么该模块将被打包为一个EAR并在部署时包含库jar文件的一个副本。
If there are multiple modules referencing the same library, each EAR will have a copy of the library.
如果多个模块引用同一个库,每个EAR都将拥有一个库副本。
The third option allows you to copy an external JAR file into your EAR project as a Utility JAR, as shown in Figure 3.
第三个选项允许您拷贝一个额外的JAR文件到您的EAR项目中,作为一个Utility JAR,如图3所示。
Examine the modified application client EAR file and copy the file client-resource.xml into the application client project in the META-INF folder.
检查已经修改过的应用程序客户端ear文件,将文件client - resource . xml拷贝到在文件夹META -INF下的应用程序客户端工程中。
Integration Developer will find all the libraries that a module is dependent upon in a deep fashion, and copy all Jars from the libraries into the generated EAR project for the module.
IntegrationDeveloper会深度搜索一个模块依赖的所有库,并将库中所有的Jar复制到模块已生成的EAR项目。
Integration Developer will find all the libraries that a module is dependent upon in a deep fashion, and copy all Jars from the libraries into the generated EAR project for the module.
IntegrationDeveloper会深度搜索一个模块依赖的所有库,并将库中所有的Jar复制到模块已生成的EAR项目。
应用推荐