如何在 Oracle JDeveloper Studio 中打开没有 .jws 或 .jpr 文件的 JEE、STRUTS 和 Oracle ADF 项目?

问题描述 投票:0回答:1

下午好,

我在交给我的一个项目中遇到了挑战。它由 JEE、STRUTS 和 Oracle ADF 构成。最初,我尝试在 IntelliJ 中使用它。然而,在检查代码后,我们发现可能存在对与 Oracle ADF 相关的特定文件或配置的依赖性。

为了解决这个问题,我下载了 Oracle JDeveloper Studio,它是为 ADF 开发量身定制的。然而,在尝试在 JDeveloper 中打开该项目时,我发现只有目录可见,缺少 .jws 或 .jpr 等基本文件。

尽管彻底梳理了项目目录,但我无法找到这些关键文件。我正在寻求有关如何在 Oracle JDeveloper Studio 或任何其他适当工具中正确设置或配置项目的指导。

任何见解或帮助将不胜感激。

谢谢你。

JDeveloper

Actions Taken:
    Initially, I attempted to work with the project using IntelliJ IDEA, a popular integrated development environment (IDE).
    Upon realizing potential dependencies on Oracle ADF-specific configurations, I downloaded Oracle JDeveloper Studio, a specialized IDE for ADF development.
    I attempted to open the project within JDeveloper Studio to leverage its ADF-centric features.

Expected Outcome:
    I anticipated that upon opening the project in Oracle JDeveloper Studio, I would see the project structure along with necessary files such as .jws or .jpr files.
    These files are crucial for ADF projects as they contain configuration information and project settings.
    With these files present, I expected to be able to work with the project seamlessly within JDeveloper Studio, leveraging its ADF-specific capabilities.

然而,尽管做出了这些努力,我发现项目中只有目录可见,并且缺少基本文件(.jws 或 .jpr)。这种情况促使我寻求有关如何在 Oracle JDeveloper Studio 或任何其他合适的工具中正确设置或配置项目的指导。

java spring-boot oracle-adf
1个回答
0
投票

这里有几个问题。首先,您需要查明您是否有应用程序或项目的源代码。您共享的图像仅显示了一些部署内容,但没有源代码。

如果没有源代码,几乎不可能从 Ear 或 War 文件重建项目。

下一个问题是您需要知道创建应用程序所使用的 JDev 版本。并非所有版本都支持使用 JDeveloper 进行 Struts 开发。 JDeveloper 12c 没有 struts 开发支持。因此,您安装的软件将无法编译或运行该项目。

一旦您知道用于开发项目的 JDev 版本,您就需要获取此版本的 JDeveoper 或任何支持将旧的 struts 项目迁移到较新版本的较新版本。您可以在每个版本的发行说明中找到此信息。

© www.soinside.com 2019 - 2024. All rights reserved.