GrailsFlow

Call Asynchronous actions directly

Details

  • Type: New Feature New Feature
  • Status: Open Open
  • Priority: Minor Minor
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: 1.1
  • Component/s: None
  • Labels:
    None
  • Request Controller:
    Albers, Stephan
  • External Supervisor:
    Karpey, July
  • Executing Programmer:
    Karpey, July

Description

Currently asynchronous actions create a local quartz job that then calls a remote actions. This should be changed so that the asynchronous method is called directly.

An action that creates a local quartz job should be called "Deffered action".

Class Hierarchy:

Action
    AsyncAction  // marker for AsyncAction, that later call back into GrailsFlow
        DefferedAction  // remote job gets entered into Quartz, then we wait for the result
        AsyncWebservice  // remote URL gets called, then we wait for the result

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    12/Feb/09 4:56 PM
    Updated:
    30/Mar/10 5:17 PM