Reinhard Poetz napisaĆ(a): > Grzegorz Kossakowski wrote: > > You can develop your C22 application (incl. Java sources!) without any > restarts. The problem till yesterday was that the reload of the Spring > application context didn't work. Although the classes where reloaded > in the classloader correctly, Spring used the initial application > context which was created at the servlet container startup. Thanks for explanation. > > yes, it works now. The normal "hot code replace" of your IDE is only > able to change code of already existing methods. In contraxt, the > commons-jci reloading classloader that I use allows every possible > change: deleting classes/methods, removing classes/methods, creating > new classes/methdos. > Wow, so I cannot wait any longer to test it! :) Will report results soon.
-- Grzegorz Kossakowski
