Java SCA: A non-blocking asynchronous HTTP transport
----------------------------------------------------

                 Key: TUSCANY-666
                 URL: http://issues.apache.org/jira/browse/TUSCANY-666
             Project: Tuscany
          Issue Type: New Feature
            Reporter: ant elder
            Priority: Minor
             Fix For: Wish list


It would be cool to have a non-blocking asynchronous HTTP transport. We could 
use that for things like async web services and ajax.

The easiest way to do it would be using Asyncweb 
(http://asyncweb.safehaus.org/), although there's also the HTTPComponents 
project but that doesn't seem so far along: 
http://jakarta.apache.org/httpcomponents/.

For how to do it look at the existing Tuscany synchronous HTTP support using 
ServletHost and the Jetty based HTTP transport:

http://svn.apache.org/repos/asf/incubator/tuscany/java/sca/spi/src/main/java/org/apache/tuscany/spi/host/ServletHost.java
http://svn.apache.org/repos/asf/incubator/tuscany/java/sca/runtime/webapp-host/src/main/java/org/apache/tuscany/runtime/webapp/ServletHostImpl.java
http://svn.apache.org/repos/asf/incubator/tuscany/java/sca/services/transports/http.jetty/

Along with the Asyncweb doc there are examples of using it in Synapse and XFire:

http://svn.apache.org/repos/asf/incubator/synapse/trunk/java/modules/nhttp/
http://svn.xfire.codehaus.org/browse/xfire/trunk/xfire-sandbox/xfire-asyncweb









 

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to