简体   繁体   English

Java Hotswap的局限性

[英]Limitations with Java Hotswap

The java hotswap feature save a lot of time for me. java hotswap功能为我节省了大量时间。 However, it has many limitations (like schema change is not supported). 但是,它有许多限制(不支持模式更改)。 Any idea if the limitation is going to be addressed any sooner? 是否有人会更快地解决这个限制? According to this forum entry , it seems to be ignored. 根据这个论坛条目 ,它似乎被忽略了。

I know that products like JRebel helps. 我知道像JRebel这样的产品有帮助。 But does anyone know about any open source tools for this? 但有没有人知道任何开源工具呢?

您可以查看Dynamic Code Evolution VM (也可以访问http://java.net/projects/dcevm

JavaRebel is a good tool, but it need you purchase. JavaRebel是一个很好的工具,但它需要你购买。

I'd like advice to you use hotswaping ant tool: 我想建议你使用hotswaping ant工具:

http://www.asjava.com/core-java/how-to-hotswap-java-code-into-jvm-redefinition-example/ http://www.asjava.com/core-java/how-to-hotswap-java-code-into-jvm-redefinition-example/

您还可以查看Eclipse Equinox

OSGI is supposed to have come some way on this problem. OSGI应该在某种程度上解决这个问题。 You may want to have a look at apache felix 你可能想看看apache felix

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM