How to “hot” deploy war dependency in Jboss using Jboss Tools Eclipse plugin?

老子叫甜甜 提交于 2019-12-04 17:14:40

For that to happen you need your jar to be a dependent utility jar so when the packaging via web tools happens it will package the jar changes too.

If that is not enough flexibility for you then consider using the Project Archives functionality of JBoss Tools which allows you to define the dependencies as you want it.

p.s. using solutions like JavaRebel does not help if the problem is about getting the proper files copied.

Use JavaRebel. They use Java Instrumentation API (javaagent) to reload classes when they change on the file system.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!