Re: Example of asynchronous programming using Callback

2008-07-22 Thread ant elder
IL PROTECTED] > *Sent:* Thursday, July 17, 2008 3:36 AM > *To:* user@tuscany.apache.org > *Cc:* Balasubramanyam, Shivakumar > *Subject:* Re: Example of asynchronous programming using Callback > > There are a few samples the show using callbacks in the Tuscany samples > folder, look for the

RE: Example of asynchronous programming using Callback

2008-07-17 Thread Balasubramanyam, Shivakumar
: Example of asynchronous programming using Callback There are a few samples the show using callbacks in the Tuscany samples folder, look for the ones with "callback" in the name. The most recently added is one using the jms binding: http://svn.apache.org/repos/asf/tuscany/java/s

Re: Example of asynchronous programming using Callback

2008-07-17 Thread ant elder
There are a few samples the show using callbacks in the Tuscany samples folder, look for the ones with "callback" in the name. The most recently added is one using the jms binding: http://svn.apache.org/repos/asf/tuscany/java/sca/samples/callbacks-jms, which is based on an INFOQ article about SCA a

Example of asynchronous programming using Callback

2008-07-16 Thread Balasubramanyam, Shivakumar
Hi, I would like to know if there is any example that demonstates a asynchronous programming of a service. I would also like to know if there is any documentation of the threading model used by Java SCA Runtime. Thanks, Shiva