Kevin Wu schrieb:
> I want to use AOP to deal with the exception that thrown by the managed
> bean of JSF or MyFaces. Can I do it, and how to do it?
> 
> By the way I use spring too, is there any way to integrate JSF AOP and
> Spring AOP?
> 
>  
> 
JSF has no AOP, you basically have to define your backend beans in spring
(spring 2.0 has an excellent jsf binding layer)
and then weave your intercepting aspect around the bean via spring.

There is no way unless you add stuff which spring already provides for
you in pure jsf.


Reply via email to