WebOrb.net / 替代方案

发布于 2024-08-23 02:17:53 字数 486 浏览 3 评论 0原文

我正在开发一个在线外汇交易系统,不久前我们决定使用 weborb for .net。

做出这个决定主要是因为我们已经拥有了一个为当前 HTML 网站构建的相当可靠的 .net 主干网。

由于某些原因,这个决定被证明是非常有问题的。

  1. WebOrb 客户端 SDK 不是受支持的产品,它有一些您必须处理的错误和怪癖。

    WebOrb 客户端 SDK 不是受支持的产品,它有一些您必须处理的错误和怪癖
  2. 开发产品时的 WebOrb 支持与您的期望相去甚远

所以,我的问题实际上分为 2 个问题:

  1. 这里有人使用 WebOrb .net 用于具有多个用户/推送数据等的系统中的生产使用...?
  2. 您知道与 Flex 客户端通信的服务器有什么替代方案吗?

我知道 FluorineFX,但我没有发现任何关于人们使用它进行生产的严肃讨论。

谢谢。

I'm working on an online forex trading system and a while back we have decided to use weborb for .net.

The decision was made mainly because we already have a pretty solid .net backbone that was built for the current HTML website.

This decision is turning out to be very problematic for some reasons.

  1. WebOrb client SDK is not a supported product and it has it's share of bugs and quirks you have to deal with.

  2. WebOrb support while developing the product is very far from what you would expect

So, my question is actually divided into 2 question

  1. is anyone here using WebOrb.net for production use in a system with multiple users/push data and more...?
  2. Do you know any alternatives for a server that will communicate with a flex client side?

I know FluorineFX but I did not find any serious discussions about people ever using it for production.

thanks.

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

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

发布评论

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

评论(3

旧竹 2024-08-30 02:17:53

你可以尝试使用这个项目:

我成功尝试了 Fluorine Fx,目前我正在测试 WCF Flash Remoting。

you can try use this projects:

I successfully tried the Fluorine Fx and currently I'm testing the WCF Flash Remoting.

南…巷孤猫 2024-08-30 02:17:53

我尝试了 WebOrb.net 并发现了同样的事情。相反,对我有用的是生成一个 Web 服务外观,它公开了网站项目中使用的.NET 类中已有的功能。这也意味着现在几乎可以使用任何技术来使用所有功能,而不仅仅是 WebOrb.net 提供的专有接口。

I tried WebOrb.net and found the same things. Instead what worked for me is to generate a web service façade that exposed the functionality already present in .NET classes used within the website project. This also means all that functionality is now available using pretty much any technology, not just the proprietary interface WebOrb.net provides.

海夕 2024-08-30 02:17:53

这是一个长期存在的问题,但生成 Web 服务外观的采用公开了网站项目中使用的 .NET 类中已存在的功能。为了消除这一问题,还应该尝试采用 Fluorine Fx - 开源和 WCF Flash Remoting - 开源。这应该可以消除问题并给出更好的结果。

This has been a persistent problem but the adoption of generate a web service façade exposes the functionality that is already present in .NET classes used within the website project. To eradicate this problem, one should also try the adoption of Fluorine Fx - Open Source and WCF Flash Remoting - Open Source. This should eradicate the problem and give better results.

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