Limitations with Java Hotswap
Asked Answered
G

4

6

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?

Giselegisella answered 11/2, 2009 at 15:38 Comment(0)
S
2

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

Spurtle answered 10/8, 2012 at 13:51 Comment(0)
K
1

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/

Kirkkirkcaldy answered 24/2, 2012 at 4:59 Comment(0)
K
0

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

Kimberly answered 11/2, 2009 at 15:46 Comment(0)
S
0

You can also check out Eclipse Equinox.

Sickert answered 4/2, 2010 at 17:12 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.