Re: Hivemind SpringLookupFactory

2006-06-06 Thread Stephane Decleire
Concerning the creation of an ASO, i found a lot of samples using the implementation but none with the wich seems to be unique way to access Spring ... Regarding the [EMAIL PROTECTED] annotation, perhaps i've missed something but i don't know how it can be used in my Visit bean wich is a POJ

Re: Hivemind SpringLookupFactory

2006-06-06 Thread Andreas Bulling
On 06. Jun 2006 - 12:53:04, Andreas Bulling wrote: | | So i send here my SOS ! | | Has anybody already used the SpringLookupFactory and could show me a | | configuration sample ? | | For the Visit ASO you should find examples easily on this list... | | Concerning the LookupFactory I'm not sure i

Re: Hivemind SpringLookupFactory

2006-06-06 Thread Andreas Bulling
| So i send here my SOS ! | Has anybody already used the SpringLookupFactory and could show me a | configuration sample ? For the Visit ASO you should find examples easily on this list... Concerning the LookupFactory I'm not sure if you really need it. AFAIK if you use Howards tapestry-spring ja

Hivemind SpringLookupFactory

2006-06-06 Thread Stephane Decleire
Hi all, I need to inject a Spring bean (wich is a DAO) in my Tapestry Visit session object. After some readings, the solution seems to be the declaration of a new ASO in Hivemind for the Visit object and the injection of my Spring bean in this new ASO using the Hivemind SpringLookupFactory