闪存和 CORBA

发布于 2024-07-09 14:05:14 字数 49 浏览 4 评论 0原文

如何让 AS3 和/或 Flex/AIR 应用程序与 CORBA 应用程序进行通信?

How do I get AS3 and/or Flex/AIR applications to communicate with CORBA apps?

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

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

发布评论

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

评论(3

萌能量女王 2024-07-16 14:05:14

在有人为 Flex 编写符合 CORBA 的库(您可能愿意自己做;)之前,您最好的选择可能是构建一个充当桥梁的“包装器”Web 服务(可通过标准 Flex WebService 对象访问)。

Until somebody writes a CORBA-compliant library for Flex (which you may care to do yourself ;), your best bet may be to build a 'wrapper' web service (accessible via the standard Flex WebService object) that acts as a bridge.

毁虫ゝ 2024-07-16 14:05:14

我认为您需要创建某种代理,例如您连接到的 Java 服务器。 我认为 AS3 没有任何 CORBA 库。 但我可能是错的...

I think you need to make some sort of proxy, like a Java server that you connect to. I don't think there are any CORBA libraries for AS3. I could be wrong though...

原谅我要高飞 2024-07-16 14:05:14

据我所知,可以从 Flex 调用 Java(至少你得到了很多 google 结果:-))

鉴于我建议你做一个实验,如果你可以使用 Java ORB(我会推荐 JacORB(< a href="http://www.jacorb.org/" rel="nofollow noreferrer">http://www.jacorb.org/) 并查看是否可以从 Flex 使用它。

From what I know it is possible to call Java from Flex (at least you get lot's of google results for that :-) )

Given that I would recommend to do an experiment if you can use a Java ORB (I would recommend JacORB (http://www.jacorb.org/) and see if you can use it from flex.

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