I've been beating around the amf bush a while, and now it's time to start
the developing. I am reaching out to the community to ask for guidance and
learnings from their experience, so if any of you have anything to share I
would love to hear it. Below are a few things I've been toying with and I am
curious how you guys feel about those too.


   1. $server->addDirectory(dirname(__FILE__) .'/../services/'); << best way
   to go for Services
   2. Value objects (for the most part) should be proxies w/ ActiveRecord.
   3. I personally don't think flash should create VOs.. I think the
   service(s) should hold that responsibility, creating an empty VO and
   returning it to Flash which can modify and return back to the Service to
   save, any thoughts on this one?


Thanks,
Josh Team

Reply via email to