[mashup-dev] [jira] Closed: (MASHUP-8) Add async capabilities to
stubs.
Jonathan Marsh (JIRA)
jira at wso2.org
Mon Jun 4 11:31:03 PDT 2007
[ http://www.wso2.org/jira/browse/MASHUP-8?page=all ]
Jonathan Marsh closed MASHUP-8.
-------------------------------
Async support completed.
> 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