Flex Frontend für MySQL

Jack Herrington entwickelt in einem Tutorial ein einfaches Flex Frontend für MySQL.

I see a lot of potential for the combination of PHP and Flex. PHP makes it easy to deliver web services on the back end, either exclusively or in combination with an HTML front end. I’d love to see PHPMyAdmin extended with a web services interface that would let anyone write front ends in Flex, Ajax, Silverlight, desktop widgets, or whatever.

Flex provides a solid front-end tool for PHP developers. It gets around the client-side incompatibility issues that plague Ajax developers. With Flex 2, it’s not tied to a specific server technology, so after the Flex application is compiled, it can be deployed anywhere, because it’s just a SWF file. And as you can see, with easy web service objects and the powerful E4X language extension, it’s very easy to have Flex applications talk to almost anything on the back end.

Possibly related posts (automatically generated)