Maybe this is a stupid question but: is it possible to use DSRequests on the server scheduled by eg. a Quartz scheduled job?
Currently we have some quartz jobs that use normal SQL queries, but I somehow would love to use the myDSRequest.execute() et al. API.
I suspect this won't work since there is no RPC manager? Or can that also be created? If it is possible at all, a small example would be great.
Currently we have some quartz jobs that use normal SQL queries, but I somehow would love to use the myDSRequest.execute() et al. API.
I suspect this won't work since there is no RPC manager? Or can that also be created? If it is possible at all, a small example would be great.
Comment