On 29 Jan 2010, at 22:08, Arbi Sookazian wrote:
"Seam 3 will offer hot deploy of individual beans to allow
changes to made to the bean signature without restarting the whole application. This
functionality is provided by reloading the class definition and then by reloading the
metadata for the class and bean. The details of how this will work are pending."
http://seamframework.org/Documentation/Seam3Overview#H-HotdeployOfBeansLe...
Are we talking about JavaBeans only or JavaBeans
We know how to do this.
and EJB components?
This requires help from the EJB container.
What about adding/removing methods in a class
This is what we are talking about "changing the bean signature"...
or the JRebel/Seam integration effort?
Yes, this is an avenue to pursue.