views:

218

answers:

2

Hello All,

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.

A: 

Hi, you can try use this projects:

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

TcKs
A: 

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.

Ashley