Limitations with Java Hotswap

2019-04-28 14:15发布

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?

4条回答
\"骚年 ilove
2楼-- · 2019-04-28 14:28
再贱就再见
3楼-- · 2019-04-28 14:31

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/

查看更多
戒情不戒烟
4楼-- · 2019-04-28 14:36

You can also check out Eclipse Equinox.

查看更多
混吃等死
5楼-- · 2019-04-28 14:42

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

查看更多
登录 后发表回答