| Author |
Does JavaRebel support changes to EJB implementation class at runtime?
|
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8143
|
|
|
Since EJBs involve proxies, does JavaRebel support any changes that are done to the implementation class of a bean at runtime in a J2EE application deployed on the application server?
|
[My Blog] [JavaRanch Journal]
|
 |
Jevgeni Kabanov
Java Rebel Support
Ranch Hand
Joined: Jul 22, 2008
Posts: 32
|
|
|
Implementation changes are definitely supported. JavaRebel also supports changes to EJB interfaces in containers that use proxies (e.g. JBoss), though it doesn't always work perfectly.
|
<a href="http://www.zeroturnaround.com/jrebel/" target="_blank" rel="nofollow">JRebel</a> reloads Java code on-the-fly (<a href="http://www.zeroturnaround.com/jrebel-demonstration-screencast/" target="_blank" rel="nofollow">see demo screencast</a>)
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8143
|
|
|
Thanks.
|
 |
 |
|
|
subject: Does JavaRebel support changes to EJB implementation class at runtime?
|
|
|