oracle adf 或 oracle 形式
与 adf 相比,oracle 表单有哪些优点以及缺点。 是否有一些公司用 adf 代替 oracle 表单?为什么?
问候
What are the advantages of oracle forms over adf, and also disadvantages.
Does some companies replaces oracle forms with adf and why?
Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
首先,Oracle 不久前已经停止了 Forms 项目,现在也停止了对它的支持。
Forms 曾经是桌面应用程序的框架,可以轻松连接到 Oracle 数据库,非常类似于 Access 之上的 VBS。
ADF 是一个完整的框架,涵盖了 MVC 架构的所有中间件方面。
将 ADF 与 Forms 进行比较就像将 Ferrari 与 Yugo 进行比较。
First off, Oracle has ceased the Forms as a project some time ago, now it also stopped supporting it.
Forms used to be a framework for desktop applications with easy connection to Oracle database, pretty much like VBS on top of Access.
ADF is a complete framework covering all middleware aspects of an MVC architecture.
Comparing ADF to Forms is something like comparing Ferrari to Yugo.
oracle 表单相对于 adf 的优点是,与 adf 表单相比,oracle 表单要快得多,并且可以轻松连接到 Oracle 数据库,不需要大量 java 代码来获取存储过程/动态查询,只需连接并开始编写 pl/sql。
advantages of oracle forms over adf is oracle forms are much fast as compare to adf form and easy connection to Oracle database not need to lot java code to get stored procedure/dyanmic query just connect and start writing pl/sql.