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?
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.