Posts Tagged ‘WebService’

What is the best way to transfer data in Flex,HTTPService、RemoteObject or WebService

What is the best way to transfer data in Flex,HTTPService、RemoteObject or WebService? The below is only some details about the three but I can’t give your any result.You can leave your viewpoint if you konw.

(more…)

ActionScript MySQL Driver:asSQL,access database from Flex

As we all know,we can not use that datasource to connect to a database with flex,and Flex does not connect to DB directly.There is better data integration with FlexBuilder 3 but we also can not connect to a database directly and load/push data,it’s in the form of wizards to help developers write server code side to talk to databases.Then from Flex how does flex appication access data from a database?

(more…)