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

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