I've just committed a new feature to CVS that lets code changes made to Seam JavaBean
components be visible immediately without a container restart.
What you need to do is deploy the JavaBean component classes into the WEB-INF/dev
directory, and run in debug mode with jboss-seam-debug.jar in WEB-INF/lib. Then any
changes (or additions) to the classes in WEB-INF/dev will be immediately visible.
It speeds up development quite a lot :-)
To see this work, get the CVS version, and create a "war" project with
seam-gen.
Let me know what you think.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025678#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...