Limitations with Java Hotswap

回眸只為那壹抹淺笑 提交于 2019-12-22 05:49:25

问题


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?


回答1:


You can check out Dynamic Code Evolution VM (also at http://java.net/projects/dcevm)




回答2:


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/




回答3:


OSGI is supposed to have come some way on this problem. You may want to have a look at apache felix




回答4:


You can also check out Eclipse Equinox.



来源:https://stackoverflow.com/questions/537363/limitations-with-java-hotswap

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