I'm developing a Sencha Touch application that has multiple data stores. In order to improve performance, I would like to load the data to these stores in a single HTTP request.
For this to work, the server would output different JSON root elements, one for each store. How can this be done in Sencha Touch?
This question may also be useful for Ext JS developers, as I believe Ext JS is using the same data stores as Sencha Touch.
Any advice would be much appreciated.