views:

768

answers:

2

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 JavaRebel helps. But does anyone know about any open source tools for this?

A: 

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

krosenvold
A: 

You can also check out Eclipse Equinox.

jigjig