WebOrb.net / 替代方案
我正在开发一个在线外汇交易系统,不久前我们决定使用 weborb for .net。
做出这个决定主要是因为我们已经拥有了一个为当前 HTML 网站构建的相当可靠的 .net 主干网。
由于某些原因,这个决定被证明是非常有问题的。
WebOrb 客户端 SDK 不是受支持的产品,它有一些您必须处理的错误和怪癖。
WebOrb 客户端 SDK 不是受支持的产品,它有一些您必须处理的错误和怪癖开发产品时的 WebOrb 支持与您的期望相去甚远
所以,我的问题实际上分为 2 个问题:
- 这里有人使用 WebOrb .net 用于具有多个用户/推送数据等的系统中的生产使用...?
- 您知道与 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.
WebOrb client SDK is not a supported product and it has it's share of bugs and quirks you have to deal with.
WebOrb support while developing the product is very far from what you would expect
So, my question is actually divided into 2 question
- is anyone here using WebOrb.net for production use in a system with multiple users/push data and more...?
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你可以尝试使用这个项目:
我成功尝试了 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.
我尝试了 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.
这是一个长期存在的问题,但生成 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 andWCF
Flash Remoting
- Open Source. This should eradicate the problem and give better results.