This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
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 The Mikado Method this week in the Agile and other Processes 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
Marshal

Joined: Jul 20, 2005
Posts: 8143
    
  52

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
    
  52

Thanks.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Does JavaRebel support changes to EJB implementation class at runtime?
 
Similar Threads
How does JavaRebel work with classloaders?
Java rebel vs hot swap/hot deployment
How does JavaRebel handle objects created using old class schema?
Java Rebel Screencast
JavaRebel support for Websphere