JSF2 和 Spring AOP

发布于 2024-12-15 20:36:03 字数 212 浏览 1 评论 0原文

我们在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

只想待在家 2024-12-22 20:36:03

您可以使用真正的 AspectJ,因此不需要 Spring。

You can use real AspectJ for that, so you do not need Spring.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文