Sencha ExtJS Data Store to Data Abstract Data Table

I have read through the other posts in the forum, and found many suggestions, ideas, tests, etc… But no solid “I DID IT!” anywhere… so I shall ask, before I attempt to code one myself, in Javascript…

Has anyone already coded a custom proxy for ExtJS data stores that maps back and forth to a Data Abstract Table? Any partial coding would be nice, so that we would not have to reinvent the wheel here…

Thanks
-Scherb

1 Like

I will have to do this too next year …

1 Like

me too, I am using sencha local proxy with dataabstract …

willian_cslog, do you mean that you are already doing it (“sencha local proxy with dataabstract)”? or need to do it?

scherb,

need to do “remote” proxy. using local one (manually feeding datatables back and forth) as workaround …

willian.

willian_cslog,
would you mind sharing your code for “(manually feeding datatables back and forth as workaround”?

steve@scherb.com

thanks,

scherb,

code here:
http://connect.remobjects.com/discussion/1579/using-rodajs-with-sencha-store

Ah yes, I see… You are manually dealing with the JSON message object…
and what you really want is my magic non-existant code … LOL

I’ll keep you posted…
I am currently fighting the stupid Javascript applyUpdates on a data table… Keeps giving an “Out of Memory” error because the bin message on the server is some how malformed.

I am currently fighting the stupid Javascript applyUpdates on a data table.. Keeps giving an "Out of Memory" error because the bin message on the server is some how malformed.

hum… I abandoned bin-message because it does not work with IE <= 9 … :frowning:

I can’t seem to get the stupid thing to work in chrome or firefox either… getting the database works fine, posting back the apply messages does not appear to work…

Please describe it more detailed, we’ll try to help. Does it produce any error messages?

My issue with apply updates is related to the bit mask posting. I will reply over there. and leave this thread for the extJS data store followups…