Per the previous threads in Help and extensions in Ext 1.x, I have cleaned and packaged up the extension to Ext.data.Store. All classes are extensions in Ext.ux of existing classes in Ext.data. Main features are as follows:I also intend to write Ext.ux.XmlWriterReader, but have not gotten to it yet.
- Ext.ux.HttpWriteProxy that can handle writing in addition to reading.
- Ext.ux.JsonWriterReader that can convert Records into Json in addition to its usual job of reading Json into Records.
- Ext.ux.ObjectReader that can convert POJSO (plain old JavaScript object) into Record and vice-versa
- Ext.ux.WriteStore that has full transactions (see the README)
- Ext.ux.WriteStore also has full support for writing back to the source
Setting up the server side is the responsibility of the user.
------
The entire set of libraries, along with the GPL license and other non-Ext-related libraries, has been released to its own Website at jsorm.com.