Intellij HotSwap在websphere中的复杂应用程序

时间:2015-05-29 12:44:12

标签: intellij-idea websphere hotswap

我的应用程序非常复杂,包含很多模块,如:

parent.ear

-child1.war

- child2.war

-child3.jar

- child4.jar

--- child5.jar

每个父母都有依赖的孩子。我有每个单独的模块。如果我想在jar中进行更改并使用新jar切换,例如child5.jar,我需要按此顺序使用mvn install:

  1. child5.jar
  2. child4.jar
  3. child3.jar
  4. parent.ear
  5. 有没有机会在Websphere上热交换类/资源(使用ctrl + F10)只有child5.jar?当我将child5.jar编译到target并使用hotswap函数(更新类和资源)时,它在服务器上看不到任何更改。

    模块中的目标如下:

    目标

    -child5-1.0-SNAPSHOT(文件夹)

    - 很多已编译的文件夹和类

    --...

    --...

    -child5-1.0-SNAPSHOT.jar

    我不想使用JRebel。

    我很感激你的帮助。

0 个答案:

没有答案