在新的 netbeans 中使用 Faces

发布于 2024-12-09 17:15:42 字数 303 浏览 0 评论 0原文

我在 Netbeans 5.5 中开发了各种 Java 应用程序,在 6.7 中开发了更多应用程序 - 它们都使用 faces JSF 1.1/1.2 库 - 所有 Netbeans 6.7 应用程序都使用 Jdk1.6。并使用 J2EE 1.4 进行部署,

现在我想将它们全部迁移到相同的较新实现上运行 - 主要是因为我无法使用较旧的 J2ee 1.4 兼容 JAX 库使 Web 服务正常工作。

然而,似乎 Faces 在任何较新的 netbeans 编译器中都消失了。发生了什么 ?如何移植我的“旧”代码?

任何帮助/建议/信息将不胜感激

I have various Java apps developed in Netbeans 5.5, and a lot more in 6.7 - they all use the faces JSF 1.1/1.2 Library - all the Netbeans 6.7 apps use Jdk1.6. and are deployed with J2EE 1.4

I now want to migrate them all to run on the same newer implementation - mainly because I can't get webservices working properly using the older J2ee 1.4 compatible JAX libraries.

However, It seems Faces is gone in any newer netbeans compilers. What happened ? How do I port my "old" code ?

Any help/ suggestions / information would be appreciated

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

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

发布评论

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

评论(1

时光与爱终年不遇 2024-12-16 17:15:42

只需下载 Faces JAR 并在编译和运行时将它们添加到您的 CLASSPATH 中即可。

Just download the Faces JARs and add them to your CLASSPATH at compile and runtime.

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