IMO, amf (remoting) is the way to go, simply because you get to send back and forth typed objects (DTO's, VO's) and no need to
convert from one format to another (json to ActionScript, ActionScript to json, xml to ActionScript, ActionScript to xml etc..).
regards,
Peter
----- Original Message -----
From: "Arne Broedel" <[email protected]>
To: <[email protected]>
Sent: Sunday, August 25, 2013 5:33 PM
Subject: Preferred way of connecting to MySql
Hello,
I have a Flex Application that is running on Desktop with AIR and a Sqlite
database.
No I want to change it to work in the browser as a webapplication using
MySql.
What is the most common/easiest/fastest/flexible way to to this.
Would you prefer for example php with amfphp/zendamf or better prefer php
with json?
The flashbuilder datawizard and most adobe tutorials use zendamf but as far
as I know it wont be maintained anymore.
Or would you suggest to use Java, Hibernate...?
Something totally different?
My knowledge of PHP and Java is equally low I would guess.
Thank you