在新的 netbeans 中使用 Faces
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需下载 Faces JAR 并在编译和运行时将它们添加到您的 CLASSPATH 中即可。
Just download the Faces JARs and add them to your CLASSPATH at compile and runtime.