[flexcoders] Re: Flex 3 and Oracle

2009-03-03 Thread oneworld95
Flex is a presentation tool; it requires some server-side tech (JSP, PHP, .NET, etc.) to fetch the data and provide it to Flex (via XML or BlazeDS). I think some databases have capability for web services to hit them directly, and then you could connect to them from Flex using the WebService

[flexcoders] Re: Flex 3 and Oracle

2009-03-03 Thread gers32
Hi, My company's applications are based on Oracle databases and Oracle Forms. I've built a prototype application using a Flex front-end and Ruby-on-Rails back-end. And although it works great, my boss is afraid of customers' potential reactions to Ruby-on-Rails and the whole Ruby + Rails +