简而言之,缝3?

发布于 2024-11-09 01:23:28 字数 256 浏览 0 评论 0原文

作为一名 JSF 2/PrimeFaces 开发人员,我将 Seam 3 视为 在我的项目中可能有用。到目前为止,@RenderScoped 功能看起来 作为视图范围和闪存/页面参数的替代品很有趣,并且 catch 模块对于更集中的异常处理可能很有用。是 那里还有其他大件物品没有立即到达 我的通知?我不太相信值得投入时间 进行迁移(就像我不太相信迁移到 来自 JSF 托管 bean 注释的 CDI)。

我还没有遇到过任何可以被我描述为 概括。

谢谢, 操作系统。

As a JSF 2/PrimeFaces developer I've had a look at Seam 3 as something that
could be useful in my project. So far the @RenderScoped functionality looks
interesting as a replacement for view scope and flash/page parameters, and
the catch module could be useful for more centralised exception handling. Are
there any other big ticket items in there that haven't immediately come to
my notice? I'm not quite convinced that it's worth investing in the time to
carry out a migration (much as I'm not similarly convinced about moving to
CDI from JSF managed bean annotations).

I hadn't exactly come across any literature that I would describe as a
summary.

Thanks,
O/S.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

面如桃花 2024-11-16 01:23:28

好吧,您必须阅读文档我自己,但这就是我喜欢 Seam 3 和我正在使用的东西:

  • Seam Solder(记录器注入,各种注释,如@Veto,@Requires,资源注入)
  • Seam I18N / Seam Faces(查看范围,消息构建器集成,自动 Seam Validation(桥接
  • Hibernate Validator,允许使用方法级验证(@AutoValidate 参数/返回值)
  • Seam Catch(您已经命名了它)
  • Seam Mail(轻松采用邮件功能) )
  • Seam 配置(一切的 XML 配置,对于 Catch / Mail / 等非常有用)

根据用例,Seam 安全性和 Seam 持久性可能正是您所寻找的,Seam Rest 也是如此。

有各种“Seam 模块”。隐藏在 in.relation.to 的聚光灯”值得一看...

Well, you will have to read the documentation for yourself, but this is what I like about Seam 3 and what I am using:

  • Seam Solder (logger Injection, various annotations like @Veto, @Requires, resource-injection)
  • Seam I18N / Seam Faces (View Scopes, Message builder integration, automatic message conversion, handling & propagation of locales)
  • Seam Validation (bridging to Hibernate Validator which allows to use method-level validation (@AutoValidate of parameters / return values)
  • Seam Catch (you named it already)
  • Seam Mail (easy adoption of mailing functionality)
  • Seam Config (XML config of everything, extremely useful for Catch / Mail / etc)

Depending of the usecase, Seam Security and Seam Persistence might be just what you were looking for, same is true for Seam Rest.

There are various "Seam Modul spotlights" hiding at in.relation.to that are worth checking out...

心如荒岛 2024-11-16 01:23:28

到目前为止我已经尝试过安全和 i18n 模块,它们都很棒。 Seam 3 是一个非常好的东西,可以扩展你的工具箱。强烈推荐!

I've tried so far security and i18n modules and they are great. Seam 3 is a really nice stuff to extend your toolbox. Highly recommended!

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