gpt4 book ai didi

java - 使用 Maven 通过 swing 客户端构建 Java EE 6 项目

转载 作者:太空宇宙 更新时间:2023-11-04 08:41:00 28 4
gpt4 key购买 nike

我正在尝试使用 Maven 重新创建一个现有项目(任何 IDE 都可以,但主要是 Netbeans),我对执行此操作的最佳方法有点困惑,因此非常感谢任何帮助。

目前我有一个包含以下组件的企业应用程序:

  • Web 应用程序(一些 jsps、servlet)。

  • Ejb 项目

  • 客户端项目(Swing 应用程序/小程序)

  • 公共(public)项目(包含小程序和 Web 应用程序使用的公共(public)文件)。

问题在于打包和依赖项,目前客户端(Applet)jar 打包在 Web 应用程序中,以便在部署 Web 应用程序时,用户可以通过浏览器访问 applet。

是否有类似的现有原型(prototype),或者是否需要大量定制?

哦,我正在使用 Glassfish 3.1

提前致谢。

最佳答案

首先,对我来说,您似乎需要多模块 Maven 项目。在这种情况下,将没有单一的原型(prototype)可以满足您的需求。

当谈到“客户端(Applet)jar 打包在 Web 应用程序中”时,您可以使用 maven-dependency-plugin (http://maven.apache.org/plugins/maven-dependency-plugin/) 及其目标:

dependency:copy - takes a list of artifacts defined in the plugin configuration section and copies them to a specified location, renaming them or stripping the version if desired. This goal can resolve the artifacts from remote repositories if they don't exist in local.

关于java - 使用 Maven 通过 swing 客户端构建 Java EE 6 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5310187/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com