Re: Class reloading

2009-07-11 Thread Musachy Barroso
On Sat, Jul 11, 2009 at 7:16 PM, Dale Newfield wrote: > That seems great, but something that should only kick in if devMode is true. >  Is that possible? yeah, I kinda forgot that part :) musachy -- "Hey you! Would you help me to carry the stone?" Pink Floyd ---

Re: Class reloading

2009-07-11 Thread Dale Newfield
Musachy Barroso wrote: I get my action classes reloaded after compilation, from jar files and normal dirs. If anyone is interested I could add this to the Spring plugin That seems great, but something that should only kick in if devMode is true. Is that possible? -Dale ---

Class reloading

2009-07-11 Thread Musachy Barroso
FYI I moved the "classloader" package from Convention into XWork, so it can be used by other plugins. Extending a couple Spring classes, and using the ReloadingClassLoader with Commons JCI FAM (http://commons.apache.org/jci/commons-jci-fam/index.html) I get my action classes reloaded after compilat