Java Hotswap 的限制
java hotswap 功能为我节省了大量时间。 但是,它有很多限制(例如不支持架构更改)。 知道限制是否会尽快得到解决吗? 根据这个论坛条目,它似乎被忽略了。
我知道像 JRebel 这样的产品会有所帮助。 但有人知道这方面有任何开源工具吗?
The java hotswap feature save a lot of time for me. 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. But does anyone know about any open source tools for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您可以查看 Dynamic Code Evolution VM(也可以在 http://java.net/projects/dcevm)
You can check out Dynamic Code Evolution VM (also at http://java.net/projects/dcevm)
JavaRebel是一个很好的工具,但是它需要您购买。
我想建议您使用热交换 ant 工具:
http://www.asjava.com/core-java/how-to-hotswap-java-code-into-jvm-redefinition-example/
JavaRebel is a good tool, but it need you purchase.
I'd like advice to you use hotswaping ant tool:
http://www.asjava.com/core-java/how-to-hotswap-java-code-into-jvm-redefinition-example/
OSGI 应该已经解决了这个问题。 您可能想看看 apache felix
OSGI is supposed to have come some way on this problem. You may want to have a look at apache felix
您还可以查看 Eclipse Equinox。
You can also check out Eclipse Equinox.