简体   繁体   English

Pineconfig.xmi文件的目的是什么?

[英]what is the purpose of looseconfig.xmi file?

I've seen this file created under Websphere Application Server configurations, also; 我也看到了在Websphere Application Server配置下创建的该文件。 I've noticed this file declares "binariesPath" that actually is a workspace. 我注意到该文件声明了实际上是工作空间的“ binariesPath”。

what is the purpose of this file? 该文件的目的是什么? who created it? 是谁创造的?

在此处输入图片说明

Normally, an application is installed in WebSphere Application Server as a zipped .ear. 通常,应用程序以压缩的.ear形式安装在WebSphere Application Server中。 If your application is large or frequently changing there is significant overhead to packaging all classes/resources in all modules, packaging all modules int an .ear, deploying the packaged .ear to the server, and having the server unpackage it all. 如果您的应用程序很大或经常更改,则在将所有类/资源打包到所有模块中,将所有模块打包到一个.ear中,将打包的.ear部署到服务器以及让服务器将它们全部解包时,会产生大量开销。

The looseconfig.xmi file is created by RAD and passed to the server via a deployment property. lackconfig.xmi文件由RAD创建,并通过部署属性传递到服务器。 The file describes the logical structure of an application and indicates that the actual classes/resources are physically located in the RAD workspace. 该文件描述了应用程序的逻辑结构,并指示实际的类/资源在物理上位于RAD工作空间中。 This avoids the packaging/unpackaging overhead during deployment. 这避免了部署期间的打包/拆包开销。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM