Re: Spring, Tapestry-Test, PageTester and Extension

2009-05-29 Thread Paul Field
Hi Geoffrey, I've been looking at a related problem - mainly that if you create lots of PageTester objects then your tests run really slow (because a new IOC container is created every time). So, I've been looking at how to share a PageTester amongst all my tests but without the tests contamin

Re: Spring, Tapestry-Test, PageTester and Extension

2009-05-28 Thread Geoffrey Wiseman
On Thu, May 28, 2009 at 5:18 PM, Geoffrey Wiseman < geoffrey.wise...@gmail.com> wrote: > To make this happen, I looked at a few options, an ObjectProvider (e.g. > http://wiki.apache.org/tapestry/Tapestry5SpringIntegrationAlternative1) > although tapestry-spring seems to now be using an ObjectCreat

Spring, Tapestry-Test, PageTester and Extension

2009-05-28 Thread Geoffrey Wiseman
This is a long story, so I'm going to try and get through it quickly in point form: - I have pages that have dependencies injected into them that come from Spring. - I want to be able to test those pages using tapestry-test and PageTester, possibly with the real dependencies, possibly