Hi,
I am using SmartGWT version 12.1-p20200926.
I have an UPDATE operation type with DSRequest handled at server side component.
From within the server side service, I want to start a new ASYNC thread and have my handling code included in the new thread.
The handling code will make further DataSource requests to accomplish the task. I would want to start a transaction, make new DataSource request, execute the requests and commit the whole transaction in the newly spawned thread.
How can I do this?
Thanks & Regards.
I am using SmartGWT version 12.1-p20200926.
I have an UPDATE operation type with DSRequest handled at server side component.
From within the server side service, I want to start a new ASYNC thread and have my handling code included in the new thread.
The handling code will make further DataSource requests to accomplish the task. I would want to start a transaction, make new DataSource request, execute the requests and commit the whole transaction in the newly spawned thread.
How can I do this?
Thanks & Regards.
Comment