Oracle JDeveloper - 构建
我是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
部署将触发 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.