利用Intellij-idea实现seam热部署

发布于 2024-07-16 03:22:20 字数 98 浏览 14 评论 0原文

如何使用Intellij-IDEA和Seam 2实现热部署?

我已经设置了一个单独的模块来将热可部署类文件部署到 WEB-INF/dev/,但它仍然部署为一大堆。

How can I achieve hot deployment with Intellij-IDEA and Seam 2?

I've set up a separate module to deploy hot deployable class files to WEB-INF/dev/, but it still deploys as one big clump.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

茶色山野 2024-07-23 03:22:20

使用 Intellij-IDEA 和 Jboss 进行热部署的步骤:
(假设您的 WAR 项目已经从展开的目录成功部署)

  1. 创建一个新模块并将热源文件夹移入其中。
  2. 打开主模块设置并将新的热模块添加为新的依赖项。
  3. 打开主模块的 Web 面,然后在要打包的模块和库中单击“添加”、“添加模块”。 将其“输出相对路径”更改为 WEB-INF/dev
  4. 编辑您的运行配置并启用“在框架停用上构建”。
  5. 运行服务器。

现在,每当您使用 alt-tab 退出 IDEA 时,您的视图和接缝 POJO 控制器都会自动重新部署。

Steps to get hot deployment with Intellij-IDEA and Jboss:
(This is assuming your WAR project already deploys from an exploded directory successfully)

  1. Create a new module and move your hot source folder into it.
  2. Open your primary module settings and add your new hot-module as a new dependency.
  3. Open the web-facet of your primary module, and in Modules and Libraries to package click 'add', 'add module'. change its 'output relative path' to WEB-INF/dev
  4. Edit your run configuration and enable 'Build on frame deactivation'.
  5. Run the server.

Now, whenever you alt-tab out of IDEA, your views and seam POJO controllers are redeployed automatically.

素染倾城色 2024-07-23 03:22:20

我使用插件进行热部署。

  • 下载 JReable 并安装它。
  • 重新启动intellij。

注意:插件是收费的。

I use plug-ins for hot deployment.

  • Download JReable and install it.
  • Restart intellij.

Note: plug-ins are charged.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文