You want RPC style calls to do CRUD but no synchronization logic? Well we'll have it for CF because Mystic has the adapter. We'll have to do more research into the value of us providing for all of the different backends, but I'm sure there are folks thinking about it.
Matt -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of pk_wasp Sent: Sunday, April 16, 2006 5:37 PM To: [email protected] Subject: [flexcoders] Re: FDS: Can push be done with the Data Service alone, or is the message service the only way? Sounds interesting Will there ever be a non messaging version of Data Service (e.g. just for RPC type functionality)? Would be cool to have some sort of Flex framework to do CRUD type operations like Data Services and is server agnostic on the backend (so server-side plugins/APIs for PHP, Ruby on Rails, J2EE, .NET, Coldfusion etc, but the Flex client-side code is the same regardless of middle tier technology) cheers --- In [email protected], "Matt Chotin" <[EMAIL PROTECTED]> wrote: > > In Beta 3 we'll be providing more APIs that allow you to tell the > DataService that a change has happened on the server and it will push > changes to the clients who would care. > > > > Matt > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of Tom Bray > Sent: Wednesday, April 12, 2006 3:47 PM > To: [email protected] > Subject: [flexcoders] FDS: Can push be done with the Data Service alone, > or is the message service the only way? > > > > Basically, I want my Flex clients to subscribe to data destinations and > receive updates that are cause by server-side processes. Do I need to > use both services? In other words, do a DataService.fill() upon app > initialization and then again any time I receive a message from a > separate message service destination? > > To use a Flash Communication Server analogy, I can have my Flash clients > connect to a Remote SharedObject and then have the server occasionally > make a remoting call and update that SharedObject which pushes the > changes out to the clients. I need a way to do this in FDS. > > Thanks! > > -Tom > > > -- > 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 > > > > * Visit your group "flexcoders > <http://groups.yahoo.com/group/flexcoders> " on the web. > > * To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service <http://docs.yahoo.com/info/terms/> . > > > > ________________________________ > -- 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 -- 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/ <*> 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/

