Re: [flexcoders] FDS question

2006-07-07 Thread hank williams
Currently our thinking is to connect to the data through web services sending XML data to a JSO file that then will communicate with a JAVA based API back to the MySQL backend.What, if anythign would FDS bring to the table?Still not sure how it is better than XMLbased solution. It depends on

RE: [flexcoders] FDS question

2006-07-07 Thread David Mendels
Hi, Let me suggest a few articles that will help you understand Flex Data Services: http://www.adobe.com/devnet/flex/articles/architecting_rias.html http://www.adobe.com/devnet/flex/articles/refactoring_flex.html http://www.adobe.com/devnet/flex/articles/intro_fms.html

RE: [flexcoders] FDS question

2006-07-07 Thread Rob Rusher
It sounds like you have a fundamental misunderstanding of what FDS does. FDS is for more real-time data. If you just need to talk with a back-end, you will use the RPC classes in the API. You can read more on both in livedocs: