Re: Comet binding

2012-07-10 Thread Luciano Resende
On Tue, Jul 10, 2012 at 8:12 AM, Florian Moga  wrote:
> Hi Ant,
>
> Sorry for the delay, I've just noticed your email. Atmosphere doesn't seem
> that stable anymore so I think it's ok to deprecate the comet binding for
> now and maybe start looking at socket.io which seems to be a better choice
> these days.
>
> Thanks,
>
> Florian
>
>

Node.js integration ? Or just using the client side js ? Maybe
integrated with tuscany widget :)

-- 
Luciano Resende
http://people.apache.org/~lresende
http://twitter.com/lresende1975
http://lresende.blogspot.com/


Re: Comet binding

2012-07-10 Thread Florian Moga
Hi Ant,

Sorry for the delay, I've just noticed your email. Atmosphere doesn't seem
that stable anymore so I think it's ok to deprecate the comet binding for
now and maybe start looking at socket.io which seems to be a better choice
these days.

Thanks,

Florian


On Mon, Jun 11, 2012 at 6:33 PM, ant elder  wrote:

> I've taken the comet binding out of the trunk build because the old
> atmosphere dependency its using has had its dependencies moved in the
> maven repositories and now doesn't work. The nightly trunk build has
> been failing due to this for nearly two months now and we need to do
> something about it to get the 2.0 release out. I've tried adding
> pom.xmls files to the tuscany repo to fix it but that the old ones
> seem to take precedence and i've tried updating to newer releases of
> atmosphere but can't get the comet binding to work with them and i
> don't have any more time to try to fix it.
>
>...ant
>


Comet binding

2012-06-11 Thread ant elder
I've taken the comet binding out of the trunk build because the old
atmosphere dependency its using has had its dependencies moved in the
maven repositories and now doesn't work. The nightly trunk build has
been failing due to this for nearly two months now and we need to do
something about it to get the 2.0 release out. I've tried adding
pom.xmls files to the tuscany repo to fix it but that the old ones
seem to take precedence and i've tried updating to newer releases of
atmosphere but can't get the comet binding to work with them and i
don't have any more time to try to fix it.

   ...ant


Re: Upgrades to the comet binding

2011-06-07 Thread Florian Moga
Ant, thanks for reviewing. Glad to see your comments.

Simon, I'm looking forward to your feedback as well.


On Tue, Jun 7, 2011 at 10:59 AM, Simon Laws wrote:

> On Mon, Jun 6, 2011 at 8:15 AM, ant elder  wrote:
> > On Thu, May 26, 2011 at 11:00 AM, Florian Moga 
> wrote:
> >> A short addition to the previous mail, the new samples are featuring a
> >> pub/sub system, a chat and a real-time suggestion/autocomplete webapp.
> >> On Thu, May 26, 2011 at 12:55 PM, Florian Moga 
> wrote:
> >>>
> >>> Hi,
> >>> Lately I've been working to improve the comet binding as you've
> probably
> >>> noticed. I've done multiple improvements in the forward to callback
> call
> >>> communication, support for non-blocking calls, multiple responses,
> non-void
> >>> return types, client disconnect detection and upgrade to Atmosphere
> 0.7.1
> >>> runtime and jQuery client which improves reliability.
> >>> Best way to see the improvements is probably to run the samples (i've
> >>> added 3 new samples) which you can find at [1]. They all demonstrate
> various
> >>> features and ways to use the binding (which I tried to do as flexible
> as
> >>> possible). While running the samples, feel free to try more than one
> client
> >>> at a time. Preferably use different browsers for that as browsers are
> >>> limited to keep a maximum of 2 connections per domain so if you'll try
> >>> different tabs of the same browser you'll get funny behavior.
> >>> I will soon document the samples in order to give them a "tutorial"
> flavor
> >>> and write website documentation but in the mean time your feedback
> would be
> >>> greatly appreciated.
> >>> Thanks,
> >>> Florian
> >>>
> >>> [1]
> http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/contrib/samples/learning-more/binding-comet/
> >>
> >
> > I had a look at these over the weekend, they look great. This is the
> > type of thing i've always wanted for the Tuscany web clients so its
> > terrific to have it working now.
> >
> >   ...ant
> >
>
> Sounds excellent Florian. Haven't looked yet (just back in from
> vacation) but will do so.
>
> Simon
>
> --
> Apache Tuscany committer: tuscany.apache.org
> Co-author of a book about Tuscany and SCA: tuscanyinaction.com
>


Re: Upgrades to the comet binding

2011-06-07 Thread Simon Laws
On Mon, Jun 6, 2011 at 8:15 AM, ant elder  wrote:
> On Thu, May 26, 2011 at 11:00 AM, Florian Moga  wrote:
>> A short addition to the previous mail, the new samples are featuring a
>> pub/sub system, a chat and a real-time suggestion/autocomplete webapp.
>> On Thu, May 26, 2011 at 12:55 PM, Florian Moga  wrote:
>>>
>>> Hi,
>>> Lately I've been working to improve the comet binding as you've probably
>>> noticed. I've done multiple improvements in the forward to callback call
>>> communication, support for non-blocking calls, multiple responses, non-void
>>> return types, client disconnect detection and upgrade to Atmosphere 0.7.1
>>> runtime and jQuery client which improves reliability.
>>> Best way to see the improvements is probably to run the samples (i've
>>> added 3 new samples) which you can find at [1]. They all demonstrate various
>>> features and ways to use the binding (which I tried to do as flexible as
>>> possible). While running the samples, feel free to try more than one client
>>> at a time. Preferably use different browsers for that as browsers are
>>> limited to keep a maximum of 2 connections per domain so if you'll try
>>> different tabs of the same browser you'll get funny behavior.
>>> I will soon document the samples in order to give them a "tutorial" flavor
>>> and write website documentation but in the mean time your feedback would be
>>> greatly appreciated.
>>> Thanks,
>>> Florian
>>>
>>> [1] http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/contrib/samples/learning-more/binding-comet/
>>
>
> I had a look at these over the weekend, they look great. This is the
> type of thing i've always wanted for the Tuscany web clients so its
> terrific to have it working now.
>
>   ...ant
>

Sounds excellent Florian. Haven't looked yet (just back in from
vacation) but will do so.

Simon

-- 
Apache Tuscany committer: tuscany.apache.org
Co-author of a book about Tuscany and SCA: tuscanyinaction.com


Re: Upgrades to the comet binding

2011-06-06 Thread ant elder
On Thu, May 26, 2011 at 11:00 AM, Florian Moga  wrote:
> A short addition to the previous mail, the new samples are featuring a
> pub/sub system, a chat and a real-time suggestion/autocomplete webapp.
> On Thu, May 26, 2011 at 12:55 PM, Florian Moga  wrote:
>>
>> Hi,
>> Lately I've been working to improve the comet binding as you've probably
>> noticed. I've done multiple improvements in the forward to callback call
>> communication, support for non-blocking calls, multiple responses, non-void
>> return types, client disconnect detection and upgrade to Atmosphere 0.7.1
>> runtime and jQuery client which improves reliability.
>> Best way to see the improvements is probably to run the samples (i've
>> added 3 new samples) which you can find at [1]. They all demonstrate various
>> features and ways to use the binding (which I tried to do as flexible as
>> possible). While running the samples, feel free to try more than one client
>> at a time. Preferably use different browsers for that as browsers are
>> limited to keep a maximum of 2 connections per domain so if you'll try
>> different tabs of the same browser you'll get funny behavior.
>> I will soon document the samples in order to give them a "tutorial" flavor
>> and write website documentation but in the mean time your feedback would be
>> greatly appreciated.
>> Thanks,
>> Florian
>>
>> [1] http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/contrib/samples/learning-more/binding-comet/
>

I had a look at these over the weekend, they look great. This is the
type of thing i've always wanted for the Tuscany web clients so its
terrific to have it working now.

   ...ant


Re: Upgrades to the comet binding

2011-05-26 Thread Florian Moga
A short addition to the previous mail, the new samples are featuring a
pub/sub system, a chat and a real-time suggestion/autocomplete webapp.

On Thu, May 26, 2011 at 12:55 PM, Florian Moga  wrote:

> Hi,
>
> Lately I've been working to improve the comet binding as you've probably
> noticed. I've done multiple improvements in the forward to callback call
> communication, support for non-blocking calls, multiple responses, non-void
> return types, client disconnect detection and upgrade to Atmosphere 0.7.1
> runtime and jQuery client which improves reliability.
>
> Best way to see the improvements is probably to run the samples (i've added
> 3 new samples) which you can find at [1]. They all demonstrate various
> features and ways to use the binding (which I tried to do as flexible as
> possible). While running the samples, feel free to try more than one client
> at a time. Preferably use different browsers for that as browsers are
> limited to keep a maximum of 2 connections per domain so if you'll try
> different tabs of the same browser you'll get funny behavior.
>
> I will soon document the samples in order to give them a "tutorial" flavor
> and write website documentation but in the mean time your feedback would be
> greatly appreciated.
>
> Thanks,
>
> Florian
>
> [1]
> http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/contrib/samples/learning-more/binding-comet/
>


Upgrades to the comet binding

2011-05-26 Thread Florian Moga
Hi,

Lately I've been working to improve the comet binding as you've probably
noticed. I've done multiple improvements in the forward to callback call
communication, support for non-blocking calls, multiple responses, non-void
return types, client disconnect detection and upgrade to Atmosphere 0.7.1
runtime and jQuery client which improves reliability.

Best way to see the improvements is probably to run the samples (i've added
3 new samples) which you can find at [1]. They all demonstrate various
features and ways to use the binding (which I tried to do as flexible as
possible). While running the samples, feel free to try more than one client
at a time. Preferably use different browsers for that as browsers are
limited to keep a maximum of 2 connections per domain so if you'll try
different tabs of the same browser you'll get funny behavior.

I will soon document the samples in order to give them a "tutorial" flavor
and write website documentation but in the mean time your feedback would be
greatly appreciated.

Thanks,

Florian

[1]
http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/contrib/samples/learning-more/binding-comet/