将 ADF 与现有服务集成

发布于 2024-10-29 02:40:14 字数 183 浏览 1 评论 0原文

我们想在我们的新项目中使用 ADF。然而,我们确实有一个想要重用的现有服务和模型层。该层(使用 spring 和 hibernate 构建)是许多其他应用程序的核心。

我正在努力寻找一种在我的 ADF 应用程序中重用它们的方法。最好的方法是什么?我无法找到谈论此用例的好示例。

ADF 专家们,我们将非常感谢您的意见。

We want to use ADF for our new project. However we do have an existing service and model layer that we want to reuse. This layer (built using spring and hibernate) is the heart of many other applications.

I'm struggling to find a way to reuse them in my ADF application. What's the best approach? I'm not able to find a good sample that talks about this use-case.

ADF gurus out there, your input will be highly appreciated.

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

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

发布评论

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

评论(2

2024-11-05 02:40:14

ADF 支持 EJB 和 WebServices 等标准,根据我有限的理解,hibernate 和 spring 公开了这些标准。我认为您只想为您使用的服务和 EJB 创建 ADF 数据控件。

ADF supports standards such EJBs and WebServices which, from my limited understanding, hibernate and spring expose. I think you just want to create ADF Data Controls for the services and EJBs you use.

罪歌 2024-11-05 02:40:14

如果您希望充分利用 ADF,请尝试使用 ADF 绑定层(谷歌搜索关键字:ADF 数据控件、ADF 页面定义)。它允许您(至少理论上)以独立于服务的方式向上层 ADF 层(例如 ADF Faces)公开各种服务类型(Web 服务、EJB 或实际上任何 Java 类...),因此您能够以与 ADF 业务组件通信相同的方式与这些服务通信。

If you are looking to make the most of ADF, try to use ADF binding layer (keywords to google: ADF Data Controls, ADF page definition) . It allows you (at least theoretically) to expose various service types(web services,EJBs, or pratically any java class...) to the upper ADF layers (ADF Faces for example) in service independent fashion, so you'll be able to communicate with those services in the same way as you would communicate with ADF Business Components.

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