Hello,
We are using a rest based server backend and we've succesfully integrated smartgwt with it using RestDataSource components. As an optimization we would like to use queueing. API documentation says that "However advanced features such as uploading / binary fields, queuing and transaction chaining, export and all server-based features aren't available with RestDataSource and need to be re-implemented as needed.".
So I tried setting all fetch, add, update and remove data urls to point to a single url and modified operationbindings to have a same dataprotocol but for some reason queueing does not take place. I'm calling startQueue and sendQueue as instructed in RPCManager's API documentation and set the RPCManager's log level to debug but it seems that all requests are going out as single requests. Log does not indicate any reason for this.
Should this approach work and is queueing possible with RestDataSource ?
Thanks,
Marko
We are using a rest based server backend and we've succesfully integrated smartgwt with it using RestDataSource components. As an optimization we would like to use queueing. API documentation says that "However advanced features such as uploading / binary fields, queuing and transaction chaining, export and all server-based features aren't available with RestDataSource and need to be re-implemented as needed.".
So I tried setting all fetch, add, update and remove data urls to point to a single url and modified operationbindings to have a same dataprotocol but for some reason queueing does not take place. I'm calling startQueue and sendQueue as instructed in RPCManager's API documentation and set the RPCManager's log level to debug but it seems that all requests are going out as single requests. Log does not indicate any reason for this.
Should this approach work and is queueing possible with RestDataSource ?
Thanks,
Marko
Comment