在 weblogic 10.3 中部署最新 JSF 版本的步骤

发布于 2024-11-09 13:22:55 字数 320 浏览 0 评论 0原文

我将开始开发一个新项目,我正在考虑使用 JSF 最新版本,但我们的 weblogic 服务器版本是 10.3,我不确定在 weblogic 10.3 中部署 JSF 2 应用程序要遵循的所有步骤,并且也想了解支持开发JSF2应用程序的IDE。目前我正在使用 weblogic 10g Workshop,但它不支持最新的 JSF 版本。

有人可以告诉我以下步骤:

  1. 在 Oracle Workshop/Netbeans 6.9.1 中开发 JSF 2 应用程序
  2. 在 Weblogic 10.3 中部署 JSF 2 应用程序

感谢您的帮助。

I am going to start working on a new project and I am considering to use JSF latest version but our weblogic server version is 10.3 and I am not sure what are all the steps to follow to deploy JSF 2 application in weblogic 10.3 And also would like to know the IDE which supports to develop JSF2 applications. Currently I am using weblogic 10g workshop but it doesnt support the latest JSF version.

Can someone tell me the steps to:

  1. Develop JSF 2 applications in Oracle workshop/Netbeans 6.9.1
  2. Deploy the JSF 2 application in Weblogic 10.3

Appreciate your help.

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

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

发布评论

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

评论(1

风吹雪碎 2024-11-16 13:22:55

免责声明:我不使用 Weblogic 或 Netbeans,下面的答案部分基于 Google 研究。

以下是一些事实:

根据我发现的发行说明通过 Google,Weblogic 10.3 是一个 Servlet 2.5 容器,内置了 JSF 1.2。根据 这个博客,我由 Google,Weblogic 10.3.3 附带内置的 JSF 2.0 支持。该博客包含有关如何使 Weblogic 10.3.3 与 JSF 2.0 一起运行的详细信息。

至于IDE,我对Oracle Workshop一无所知,但根据Google< /a>,Netbeans 似乎从 6.8 版本开始就已经支持 JSF 2.0。为了使 JSF 2.0 功能正常工作,您只需确保 web.xml 符合 Servlet 2.5 并且 faces-config.xml 符合 JSF 2.0。

Disclaimer: I don't do Weblogic or Netbeans, the answer below is partly based on Google research.

Here are some facts:

As per the release notes which I found by Google, Weblogic 10.3 is a Servlet 2.5 container which ships with JSF 1.2 built in. As per this blog which I found by Google, Weblogic 10.3.3 ships with built in JSF 2.0 support. The blog contains detailed information about how to get Weblogic 10.3.3 running with JSF 2.0.

As to the IDE, I have no idea about Oracle Workshop, but according to Google, Netbeans seems to already support JSF 2.0 since version 6.8. In order to get JSF 2.0 features to work properly, you only have to ensure that the web.xml complies with Servlet 2.5 and that the faces-config.xml complies with JSF 2.0.

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