[mashup-dev] [jira] Resolved: (MASHUP-8) Add async capabilities to stubs.

Jonathan Marsh (JIRA) jira at wso2.org
Thu May 24 16:36:03 PDT 2007


     [ http://www.wso2.org/jira/browse/MASHUP-8?page=all ]

Jonathan Marsh resolved MASHUP-8.
---------------------------------

    Fix Version/s: alpha_1
       Resolution: Fixed

The Javascript stub now has async capability.  E4X stubs have a bit more testing to do.

> Add async capabilities to stubs.
> --------------------------------
>
>                 Key: MASHUP-8
>                 URL: http://www.wso2.org/jira/browse/MASHUP-8
>             Project: WSO2 Mashup Server
>          Issue Type: New Feature
>            Reporter: Jonathan Marsh
>         Assigned To: Jonathan Marsh
>             Fix For: alpha_1
>
>
> Provide a mechansism for accessing a stub in async mode instead of sync.
> Draft proposal: provide a "callback" property such as:
>   function mycallback() {
>     alert("completed");
>   }
>   
>   testservice.echo.callback = mycallback;
>   var success = testservice.echo(params);
> when typeof(callback) = "Function", operation is invoked asynchronously.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        




More information about the Mashup-dev mailing list