Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 Eclipse 使用 GAE 插件,并想知道该插件是否负责在部署之前将每个类文件打包在一个 jar 中?
我听说如果我们有很多类文件,应用程序性能可能会很慢。
我使用 maven 进行构建和依赖定义,而不是 Eclipse 和 Google 插件。但通常,如果您的项目中有一个模块,则所有代码都将构建到一个 jar 文件中,并与您的依赖项中定义的所有 jar 一起捆绑到一个 .war 文件中。