WebOrb is pretty sweet.  I did run into some problems where our backend data 
wasn't setup very well and I couldn't assign table relations in WebOrb.  
Workaround was using views and stored procedures.

I'm currently playing around with WSO2's Web Service Application Server 
(http://wso2.com).  It makes exposing data as web services very easy and very 
fast. It's a good alternative for those that don't want to use .net.  It's also 
opensource and free which is a huge bonus as well. :)  

--- In flexcoders@yahoogroups.com, "MicC" <chigwel...@...> wrote:
>
> 
> 
> We have just switched from FlexSQL web service ($19.00) to WebOrb. FlexSQL 
> works well but I think we threw too many users at it and it was having 
> trouble wrapping our 4000 returned rows for OLAP cube in the xml format it 
> uses. WebOrb is fast and efficient, and handles many users. We are calling 
> our SQLServer2005 stored procedures with it. WebOrb comes with lots of good 
> code examples also. There is a community version which is free, but the 
> Enterprise edition costs.
> 
> Mic. 
> 
> --- In flexcoders@yahoogroups.com, Jehanzeb Musani <jehanzeb_bs@> wrote:
> >
> > The easiest thing would be to expose a web service written in .NET can 
> > invoke with Flex UI. Make sure you rely on the primitive types or design 
> > your protocol (objects encoded it in xml and pass as string to webservice). 
> > It's simple but will not be very efficient.
> > 
> > The other approach you can resort to is using WebORB.NET.
> > 
> > Regards,
> > Jehanzeb
> > 
> > 
> > 
> > ________________________________
> > From: Ramkumar <nrk150@>
> > To: nrk150@
> > Sent: Tue, October 6, 2009 12:34:08 PM
> > Subject: [flexcoders] Flex with .Net
> > 
> >   
> > Hi All,
> > We have the application on .Net and we have to replace the asp pages with 
> > flex UI.
> > I am little bit exposure only to flex(I am java developer) and dont have 
> > knowledge on .Net.
> > Please provide me sample codes(like the data passing from UI to db) and 
> > materials for doing the application.
> > from there i will try to manage my self.
> >  
> > Thanks and Regards,
> > N.Ramkumar
> >
>


Reply via email to