View Single Post
  #2 (permalink)  
Old 08-08-09, 04:48
artacus72 artacus72 is offline
Registered User
 
Join Date: Aug 2009
Location: Olympia, WA
Posts: 337
They didn't forget, you don't connect directly to any database directly from Flex. You need a middle tier (java, python, php) that brokers requests between the db and the client, and handles authenticating the client.

The good news is that Postgres is really good for working with XML as is Flex, so your middle tier can be much smaller than traditional web programming.

I cover Flex, Postgres and Flex in my blog and you may find this article of interest.
XML in Postgres – The Game Changer Flex and Specs()
Reply With Quote