Re: Spring and Reload

2009-03-20 Thread Francois Armand
Geoffrey Wiseman wrote: Ah. Fair enough. ;) Better to have it there than nowhere. For the Spring part, you could try Javarebel [1] which is a class reloader at the JVM level. Hum, I don't know how well (or perhaps how bad) Javarebel and T5 class loader will go together. [1] http://www.zerot

Re: Spring and Reload

2009-03-19 Thread Geoffrey Wiseman
On Thu, Mar 19, 2009 at 2:59 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Thu, 19 Mar 2009 15:45:39 -0300, Geoffrey Wiseman < > geoffrey.wise...@gmail.com> escreveu: > > As I change the DAOs and the page, the page reloads, but it seems as if >> the DAOs do not -- my applica

Re: Spring and Reload

2009-03-19 Thread Thiago H. de Paula Figueiredo
Em Thu, 19 Mar 2009 15:45:39 -0300, Geoffrey Wiseman escreveu: As I change the DAOs and the page, the page reloads, but it seems as if the DAOs do not -- my application will complain that the DAO doesn't contain a method, for instance. As soon as I bounce the application server, the pag

Spring and Reload

2009-03-19 Thread Geoffrey Wiseman
I've got a Tapestry 5 page which seems to reload as often as needed as I change it. I'm injecting a DAO into it using tapestry-spring (but not tapestry-hibernate, since I want Spring to control Hibernate). As I change the DAOs and the page, the page reloads, but it seems as if the DAOs do not --