将挥杆改为 Flex

发布于 2024-09-12 10:11:27 字数 330 浏览 6 评论 0原文

我的应用程序架构如下

Solaris 机器充当服务器,服务器端代码是用 Java 编写的 Windows 机器充当客户端,客户端代码采用 Java Swing。

服务器和客户端之间的通信是通过 CORBA - 中级语言进行的。

我需要将客户端编程从 Java Swing 更改为 Adob​​e Flex。

可以这样做吗?

我不应该打扰我的服务器端代码和中间层(CORBA)部分。而只是将整个客户端重新设计为FLEX。

有人可以指导我吗?我是 Flex 新手,我想了解我是否可以更改为 Flex。

预先感谢

问候 S。

My Application Architecture is below

The Solaris machine acts as Server and the server side code is in Java
The Windows machine acts as Client and the client side code is in Java Swing.

The Communication between the Server and the Client is through CORBA - Middle Level language.

I need to change my Client Side programming from Java Swing to Adobe Flex.

Is it possible to do that?

I should not disturb my Server Side Code and the MiddleLevel(CORBA) part.But only redesigning the complete client side to FLEX.

Can anyone guide me on this? I am new to Flex and i am trying to understand whether this will be possible for me to change to Flex.

Thanks in advance

Regards
S.

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

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

发布评论

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

评论(1

岁月静好 2024-09-19 10:11:27

据我所知,唯一的方法是使用服务器(也许使用 BlazeDS )作为 Flex 客户端和 CORBA 之间的代理。或者也许您可以使用套接字在 ActionScript 3 中实现 CORBA API,但我认为这将是一项艰巨的工作。

如果我是你,我会选择代理方式。

顺便说一句,看起来这个问题早在 2008 年就已经被问过,答案是相同的。

As far as I know, the only way would be to use a server (maybe using BlazeDS) as a proxy between the Flex client and the CORBA. Or maybe you could implement a CORBA API in ActionScript 3 using Sockets, but that would be a hard job I think.

If I were you, I would go with the proxy way.

By the way, it looks like this question has already been asked back in 2008, and the answer was the same.

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