Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Using DSRequest paradigm on server outside traditional DMI context

    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.

    #2
    Yes, you can use this API from a Quartz task or even a command-line application. See the new "standalone DataSource" topic in the "docs" JavaDoc package.

    Comment


      #3
      Thanks, looks great.

      For people wondering, i put the link to the specific doc below

      http://www.smartclient.com/smartgwtee/javadoc/com/smartgwt/client/docs/StandaloneDataSourceUsage.html

      Comment

      Working...
      X