Hi Martin!

AMF0 with AMFPHP (CakeAMFPHP) and the RemoteObjectAMF0 adapter class (http://renaun.com/blog/2006/07/25/70/). This post from Renaun has an example of passing VO´s... my work now is make it work with Cake models ... btw, I would like to ask you something, have you had any experiences on passing "multi-dimensional" VO´s* from Cake to Flash? Does your solution consider this? It would be so good to have Cake fetch a model and it´s associations and then return it to Flex and map it to a class...!

* I mean VO´s that have references to other VO´s, such as this:

import com.cconline.vo.EventVO

class AlbumVO {

  public var event:EventVO;
  public var name:String;
  public var date:String


}

Cheers!

Marcelo.

On 8/13/06, Martin Wood <[EMAIL PROTECTED] > wrote:


Marcelo de Moraes Serpa wrote:
> Just settep up my new enviroment with Flex2 Plug-in trial. Being able to
> have both my flex2 app project and my Cake project on the same eclipse ide
> (with PHPEclipse) feels so good I will do some tests with passing VO´s from
> server->flex and share my experiences, however I don´t think it would be so
> hard to make Flex2 and Cake talk with VO´s... btw, the flex framework is
> awesome!!

are you going to use AMF0 via AMFPHP or are you going to try AMF3 with SabreAMF
? (or both or something else entirely)

:)

martin.


_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to