简体   繁体   English

如何配置DCEVM仅重新加载修改后的类?

[英]How to configure DCEVM just to reload only modified class?

I was using JRebel trial and switched to DCEVM after trial ended. 我正在使用JRebel试用版,试用期结束后切换到DCEVM。 The difference i observed is, JRebel just reloads the class that is modified whereas DCEVM is almost restarting my tomcat that takes good amount of time. 我观察到的区别是,JRebel只是重新加载已修改的类,而DCEVM几乎重新启动了我的tomcat,这花费了很多时间。

Is there any setting in DCEVM to just load modified class? DCEVM中是否有任何设置可以仅加载已修改的类? I have installed DCEVM as Alternate JVM. 我已经将DCEVM安装为备用JVM。

HotswapAgent is free alternative to JRebel. HotswapAgentJRebel的免费替代产品。 It is extension to DCEVM that supports many Java frameworks and servlet containers. 它是DCEVM的扩展,支持许多Java框架和servlet容器。 There is also documentation howto setup IDE to use DCEVM + HotswapAgent correctly. 还提供了有关如何设置IDE以正确使用DCEVM + HotswapAgent的文档。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何仅在SonarLint上分析已修改的代码而不是整个类? - How to analyze on SonarLint just the code that has been modified and not the whole class? DCEVM 如何修补 JVM? - How does DCEVM patch the JVM? 如何自动将修改后的类文件更新为目标.jar文件? - How to update only modified class file into destination .jar file automatically? 如何在 Jhipster 中配置热重载? - How to configure hot reload in Jhipster? 如何在类中创建静态变量,只能由类修改,而不能由它的实例修改? - How to make static variables inside a class, which can only be modified by the class only and not it's instances? 我如何只用反射扫描一堂课 - How do I get only scan just one class with Reflections 是否有可能获得修改方法的名称而不仅仅是perforce的类名? - Is it possible to get name of modified method instead of just the class name with perforce? 如何仅运行修改后的测试? - How to run modified tests only? 如何在 jar 文件更新中使用 DCEVM/热插拔代理? - How to use DCEVM/Hotswap Agent with jar file update? 如何使用dcevm + hotswapagent在IDE外部的Tomcat上热交换Java类 - How to hotswap Java classes on a Tomcat outside the IDE with dcevm+hotswapagent
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM