Web 服务领域 POA CORBA 的替代方案

发布于 2024-10-10 13:17:43 字数 176 浏览 0 评论 0原文

有人告诉我 CORBA 编程并不现代,我应该 使用更新的技术。好吧……

但是我在 CORBA 世界中欣赏的是 POA(尽管它很复杂) 因为它非常灵活,给了我选择的机会 对我的分布式对象有足够的策略。

WEB 服务领域有类似 POA 的东西吗?或者我应该编码 是我自己吗?

感谢您的回复!

I have been told that CORBA programming is not modern and that I should
use newer technologies. OK ...

But what I appreciated in the CORBA world was the POA (despite its complexity)
because it was very flexible and gave me the opportunity to choose
adequate policies to my distributed objects.

Are there things similar to POA in the WEB Services world ? or should I code
it myself ?

Thanks for your replies !

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

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

发布评论

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

评论(1

给不了的爱 2024-10-17 13:17:43

批处理是关系数据库访问、远程过程的一种新方法电话和网络服务。

远程批处理语句结合了远程和本地执行:所有远程代码都在到服务器的单次往返中执行,其中发送到服务器的所有数据以及批处理的结果都批量通信。 RBI 支持远程块、迭代和条件以及远程异常的本地处理。即使对于细粒度接口,RBI 也非常高效,无需手动优化服务器接口。

批处理服务还提供了一个简单而强大的关系数据库接口,支持任意嵌套查询和批量更新。该系统的一个重要特性是,无论使用多少个嵌套循环,单个批处理语句始终会生成恒定数量的 SQL 查询。

Batches are a new approach to relational database access, remote procedure calls, and web services.

A Remote Batch statement combines remote and local execution: all the remote code is executed in a single round-trip to the server, where all data sent to the server and results from the batch are communicated in bulk. RBI supports remote blocks, iteration and conditionals, and local handling of remote exceptions. RBI is efficient even for fine-grained interfaces, eliminating the need for hand-optimized server interfaces.

Batch services also provide a simple and powerful interface to relational databases, with support for arbitrary nested queries and bulk updates. One important property of the system is that a single batch statement always generates a constant number of SQL queries, no matter how many nested loops are used.

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