Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Sending a huge XML file to flex client

Avatar

Level 1

I have a huge xml file at the backend which I want to send it to the flex client (AdvanceDataGrid and Charts). Using regular HTTP without any compression will not work and it is really slow. What should be the ideal solution for implement this?

1 Reply

Avatar

Level 3

Hi,

           Try to use RemoteObjects .

           But if XML file is very Large Processing side at ClientSide(Flex) will take a large amount of time either u Use HttpService or anything Else.

           Try to code effectively at Client Side ,