The Spring JSF integration I've seen focuses on enabling Spring IoC for JSF managed beans.  There is a way to enable IoC for JSF Converters, Validators, and UIComponents too.  I posted information on the Spring JSF Wiki: http://opensource.atlassian.com/confluence/spring/x/Qgo
I was hoping Spring would incorporate the SpringApplication and SpringApplicationFactory code in a future release, but there haven't yet been comments on the Wiki page.

-Ken

On 8/31/05, Werner Punz <[EMAIL PROTECTED]> wrote:
I really can recomment, to add the spring JSF integration library to the
entire mix of libs in the project, you get many benefits by using spring
IOC, like integrated AOP mechanisms...

Werner


Enrique Medina wrote:
> At the moment, the IoC provided by JSF is only about objects and
> properties, I'm afraid.
>
> You'll have to use Spring or another advance IoC container for
> constructor dependency injection, etc.
>


Reply via email to