Oracle JDeveloper - 构建

发布于 2024-09-27 00:04:45 字数 130 浏览 4 评论 0原文

我是 Oracle JDeveloper 和 Oracle ADF 框架的新手。如果我对 java 文件进行一些更改,我会停止 oc4j 并在项目级别重建,然后再次启动它。这是正确的方法吗?还是我们有任何部分/交换构建选项?

谢谢

I am new to Oracle JDeveloper and Oracle ADF framework. If I do some changes in java files, I do stop oc4j and rebuild in project level, and starting it again. Is that the right way of doing it or do we have any partial/swap build options there?

Thanks

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

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

发布评论

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

评论(1

千秋岁 2024-10-04 00:04:45

部署将触发 oc4j 重新加载任何更改的对象,包括 jsp 和类(通过校验和或 mod 日期,不太确定)。大多数 j2ee 服务器实现(据我所知)都提供此功能。通常,只有在进行 web.xml 更改或者遇到某种类型的会话问题等时才需要重新加载。

The deploy will trigger the oc4j to reload any changed objects, including jsp and classes (by checksum or mod date, not quite certain). Most j2ee server implementations (that I know of) provide this functionality. Typically you should only have to reload if you make web.xml changes, or if you are getting some type of session problems, etc.

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