The moose likes IDEs, Version Control and other tools and the fly likes Does JavaRebel support changes to EJB implementation class at runtime? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Does JavaRebel support changes to EJB implementation class at runtime?" Watch "Does JavaRebel support changes to EJB implementation class at runtime?" New topic
Author

Does JavaRebel support changes to EJB implementation class at runtime?

Jaikiran Pai
Saloon Keeper

Joined: Jul 20, 2005
Posts: 6717

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
Saloon Keeper

Joined: Jul 20, 2005
Posts: 6717

Thanks.
 
 
subject: Does JavaRebel support changes to EJB implementation class at runtime?
 
Threads others viewed
JavaRebel support for Websphere
Java Rebel Screencast
How does JavaRebel handle objects created using old class schema?
Java rebel vs hot swap/hot deployment
How does JavaRebel work with classloaders?
IntelliJ Java IDE