Flex 客户端应用程序可以连接到在不同服务器上运行的 BlazeDS 吗?

发布于 2024-08-20 09:21:42 字数 550 浏览 4 评论 0 原文

据了解 Flex 技术,Flex 客户端连接到 Flex 服务器来检索业务信息。这是客户端返回原始服务器的唯一允许的连接吗?或者 Flex 客户端也可以打开与运行 BlazeDS 的其他服务器的辅助连接消息交换? (这可能提供负载平衡和跨平台开发的选项)。

更新:感谢您的回答!我发现此页面链接到跨域策略文件规范:

http:// www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html

As far as In understand the Flex technology, a Flex client connects to a Flex server to retrieve business information. Is this the only allowed connection for the client, back to the originating server? Or can a Flex client also open a secondary connection to a different server wich runs BlazeDS for message exchange? (This might offer an option for load balancing and cross-platform development).

Update: thanks for the answer! I have found this page which links to the Cross-domain policy file specification:

http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html

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

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

发布评论

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

评论(2

沙与沫 2024-08-27 09:21:42

,Flex 客户端可以连接到各种服务器,包括 BlazeDS。可能阻止客户端连接到 BlazeDS 服务器的是 crossdomain.xml,这是托管在服务器上的连接策略文档。

我对您的问题有一个担忧,那就是使用术语“Flex 服务器”。这是人们在 2005 年左右谈论 Flex 1 时所谈论的事情! Adobe 现在使用 Flex 4,一些相关的服务器技术/平台/软件/协议包括 BlazeDS、Red5< /strong>, FMS LiveCycle 数据服务, JSON, JSON google.ch/search?sourceid=chrome&ie=UTF-8&q=amf3" rel="nofollow noreferrer">AMF3

Yes, a Flex client can connection to a variety of servers, including BlazeDS. What could prevent a client from conenctiong to a BlazeDS server is the crossdomain.xml, which is a connection policy document hosted on the server.

I've got one concern about your question, and that is using the term 'Flex server'. That was something folks talked about with Flex 1, circa 2005! Adobe is now on Flex 4, and some relevant server technologies/platforms/software/protocols of interest are BlazeDS, Red5, FMS LiveCycle Data Services, JSON, AMF3, etc.

狼亦尘 2024-08-27 09:21:42

如果 BlazeDS 是您的主要服务器端端点,并且您的主要目标是负载平衡,那么您可能需要探索 BlazeDS 的集群功能 - http://livedocs.adobe.com/blazeds/1/blazeds_devguide/help.html?content=services_clustering_1.html

If BlazeDS is your main server side endpoint and your primary goal is load balancing then you may want to explore the clustering capabilities of BlazeDS -- http://livedocs.adobe.com/blazeds/1/blazeds_devguide/help.html?content=services_clustering_1.html.

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