Andrey Larionov schrieb:
I want to remove a spring part from my project if possible. But i need
analog of spring FactoryBean. Read documentation but dosnt found any
point. I think solution is near of ObjectLocator or ObjectProvider,
but have no idea how to start. Anybody solve this problem?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org


Hello,

as far as I remember a SpringFactoryBean creates only one service or bean. An ObjectProvider is something like a beanContext. It allows to integrate Spring or Pico Container or Guice or whatevery you like.

You might be interesting in the buildFoo methods in the AppModule
http://tapestry.apache.org/tapestry5.1/tapestry-ioc/service.html
and in Advisor or Decorator.
--
Best Regards / Viele Grüße

Sebastian Hennebrueder
-----
Software Developer and Trainer for Hibernate / Java Persistence
http://www.laliluna.de



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to