javax.faces.bean包的真正起源是什么?

发布于 2024-12-20 18:00:04 字数 608 浏览 1 评论 0原文

我正在研究 JSF、RichFaces 和 Maven。我发现了奇怪的事情: javax.faces.bean 包仅在 http:// 提供的发行版中退出javaserverfaces.java.net

它不存在于maven存储库 http://mvnrepository.com /artifact/com.sun.faces/jsf-impl/2.1.4

看起来,如果我尝试构建 richfaces-4.0.0.Final\examples\richfaces-showcase ,它也不会被检索到。

目前我只成功使用了richfaces的日历,因为它不使用bean。但问题不在于如何成功举办所有展示会。问题是如何以正确的方式实现它,即通过 maven 和公共 maven 存储库检索 javax.faces.bean 包。

我想知道maven不是应该解决这类问题吗?谁对这个特殊案件中的混乱负责?

I'm just studying JSF, RichFaces and Maven. And I discovered strange thing: javax.faces.bean package exits only in distribution available from http://javaserverfaces.java.net.

It doesn't exist in maven repository http://mvnrepository.com/artifact/com.sun.faces/jsf-impl/2.1.4.

It looks that if I will try to build richfaces-4.0.0.Final\examples\richfaces-showcase it won't be retrieved either.

Currently I succeded only in using richfaces' calendar, because it doesn't use beans. But the problem is not about how to run all showcases successfully. The problem is how to make it in proper way, i.e. by retrieving the javax.faces.bean package through maven and through public maven repository.

I'm wondering isn't maven supposed to solve that kind of problems? And who responsible for the mess in this particular case?

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

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

发布评论

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

评论(1

三生一梦 2024-12-27 18:00:04

所有这些类和注释都在 jsf-api 中罐。

All these classes and annotations are in the jsf-api jar.

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