JSF2 和 Spring AOP
我们在 weblogic2 中使用 JSF2.0.2 托管 bean(faces-config) 框架,对于异常处理,我们无法使用 JSF2 框架,因为它有错误来获取准确的异常堆栈跟踪。
所以想到使用Spring AOP,它可以在调用Backing Bean方法后控制捕获异常。
为此,我是否需要首先进行 Spring-JSF 集成?还有其他选择吗?
谢谢 维杰
We are using JSF2.0.2 Managed bean(faces-config) framework in weblogic2 ,for exception handling we couldn't use JSF2 framework as it has bug to get the exact exception stack trace.
So thought of using Spring AOP ,which will give control of catching exception after calling the Backing Bean methods.
To do that ,should i need to first do Spring-JSF integration? is there any other alternatives??
Thanks
Vijay
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用真正的 AspectJ,因此不需要 Spring。
You can use real AspectJ for that, so you do not need Spring.