Thank you for the links! My RIA shouldn't ever need more than 1 CPU so the FDS Express seems like it could be what I want, but the one article I did find, that I posted in the original message, was pretty short on details, and doesn't work for me for some reason.
Any better tutorials and examples of using FDS? My RIA will eventually be a commercial app in the $1500-$2000 range per site, but WebORB Professional, at $800 a CPU, will be too expensive. I can get AMF0 with AMFPHP, assuming I can ever get it working, so it really comes down to FDS, AMFPHP, or WebORB Standard Edition. Which one is easier from a beginners standpoint, and where can I find working examples with great documentation? Source files would be nice too? Or maybe you've got a simple one I could look at? Jason --- In [email protected], "Renaun Erickson" <[EMAIL PROTECTED]> wrote: > > No PHP packages support the full functionality of Flex data access > features, which Flex Data Services server provides. Part of Flex data > access is RPC serivces, which includes Remoting. When it first came > out, before Flex, it was called Flash MX Remoting. In Flex remoting > is done by the RemoteObject component using Action Message Format > (AMF). With Flex 2 AMF3 was introduced a newer AMF format. There are > a couple PHP projects support AMF0/3 a break down is below. > > AMFPHP supports AMF0, uses PHP4 and has been around for a long time. > > SabreAMF (http://osflash.org/sabreamf) - supports AMF0/AMF3 and uses > PHP5. This is a generic server that can be extend for many uses. > This is under a BSD license. > > WebORB for PHP (http://themidnightcoders.com/weborb/php/index.htm) - > supports AMF0/AMF3 and uses PHP5. Highly structure to act like a FDS > server setup. This is part of a large suite of tools and is under a > GPL license. > > Both SabreAMF and WebORB for PHP has plans for support more Flex data > access features, which FDS typifies. I believe WebORB for PHP's > roadmap is geared for a sooner release. > > You can find examples of how to use Flex to connect to AMF0 servers > and also how to connect to SabreAMF and WebORB for PHP on my blog at > http://renaun.com/. > > Hope that helps, > > Renaun > http://renaun.com/ > > --- In [email protected], "jmfillman" <jmfillman@> wrote: > > > > I've tried all these tutorials, and can't get any of them to work. > > The PHP (http://www.adobe.com/devnet/flex/articles/flex2_php.html) > > article runs without errors but doesn't load data from the database > > or submit it, the AMFPHP > > (http://www.adobe.com/devnet/flex/articles/flex2_amfphp.html) > > example generates errors in Flex 2.0. I'm assuming it's a difference > > between the Beta and final release. > > > > The only FDS example I've found > > (http://blogs.adobe.com/mtg/2006/08/my_first_hibernate_enabled_fle.ht > > ml) proved no better. I get a lengthy error that others have > > received, but the author hasn't posted fixes that work for me. > > > > Probably has to do with me more than these posts, but are there > > working and better documented examples out there? I'd love to use > > FDS with PHP and MySQL, but I don't find anything useful that gives > > detailed steps for a beginner in configuring and then querying and > > adding/updating from Flex 2.0. > > > > It's be nice if someone created a wizard for FDS like they did for > > ColdFusion! > > > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

