So, if I configure at Runtime - in my own HibernateConfigurer (which I already 
have it, btw) - the listeners are added to the Tap IoC registry? Umm... I'll 
try it, it sounds pretty good.

Thanks :)

- Everton




________________________________
De: Kristian Marinkovic <kristian.marinko...@porsche.co.at>
Para: Tapestry users <users@tapestry.apache.org>
Enviadas: Terça-feira, 6 de Abril de 2010 9:38:48
Assunto: Res: [T5.1] Can I manually use the IoC container to obtain Objects?

when using tapestry-hibernate you can contribute your own
HibernateConfigurer which has access to the Hibernate Configuration.
then you can add an EventListener, build by Tapestry IOC, to the 
configuration.

i guess you'll have to do it akin.

or (not a clean solution) you set the tapestry ioc registry into a public 
static field somewhere. so you can access it from your listener.

g,
kris



Von:    Everton Agner <everton_ag...@yahoo.com.br>
An:     Tapestry users <users@tapestry.apache.org>
Datum:  06.04.2010 14:29
Betreff:        Res: [T5.1] Can I manually use the IoC container to obtain 
Objects?



Anything?




________________________________
De: Everton Agner <everton_ag...@yahoo.com.br>
Para: Tapestry Users <users@tapestry.apache.org>
Enviadas: Segunda-feira, 5 de Abril de 2010 15:42:55
Assunto: [T5.1] Can I manually use the IoC container to obtain Objects?

Hi,

As I've said before, I'm integration Envers in my T5.1 Application, and 
everything seems clear except for : How can I obtain the Request object by 
the IoC if the Enver's RevisionListener class is not controlled by the 
IoC? (it's a Singleton per EntityManagerFactory object as far as I've 
read)

So... can I manually use the IoC container to obtain Objects? I guess T5.1 
will not understand some @Inject annotations in a 
not-T5.1-IoC-controlled-Class.

If not, how can I add my RevisionListener Class to the T5.1 IoC control?

Thanks

- Everton




____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com



____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com



      
____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com

Reply via email to