PDA

View Full Version : Does BlazeDS need MySQL??


FlexN00b
11-10-2008, 06:15 PM
Hello everyone,
I am currently working on a Flex 3 app that displays a large amount of data via charts. The data is being processed and sent on a server here at my house. I was looking to use BlazeDS to compress the data for limited bandwidths, but was hoping not to use a mySQL database. It isn't feasible and I want to keep the complexity and overhead down.

I've seen a lot of examples of BlazeDS apps that use mySQL and was wondering if it was absolutely necessary or if I can just skip that step and have BlazeDS send the data to my Flex app. Hope my question is clear and I thank you in advance for your responses!