Comet for Seaside 2.8

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Comet for Seaside 2.8

Leandro Pérez
Hi,
I was willing to try comet and i tried to load it from cincom public repository for VW. But i'm using seaside 2.8 and in the repository it says:

"
Ported from
Comet-mb.18.mcz      14 March 2007 11:47:44 am
____________________________
- Support for Seaside 2.7
"

Will it work with seaside 2.8? is there an updated version comming up for VW /  exists one even for squeak?

greetings
Leandro
Reply | Threaded
Open this post in threaded view
|

Re: Comet for Seaside 2.8

Michel Bany

On 18 Jul 2007, at 00:29 , Leandro Pérez wrote:

>
> Hi,
> I was willing to try comet and i tried to load it from cincom public
> repository for VW. But i'm using seaside 2.8 and in the repository  
> it says:
>
> "
> Ported from
> Comet-mb.18.mcz      14 March 2007 11:47:44 am
> ____________________________
> - Support for Seaside 2.7
> "
>
> Will it work with seaside 2.8?

Hi Leandro,

The Seaside Comet example requires Seaside 2.7 for both Squeak and VW.
It may still work on Seaside 2.6 though.


> is there an updated version comming up for VW
> /  exists one even for squeak?

AFAIK, nobody is working on upgrading this package for Seaside 2.8
at this time. Feel free to try it on Seaside 2.8 and contribute  
enhancements.

Cheers,
Michel.

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Comet for Seaside 2.8

Conrad Taylor
In reply to this post by Leandro Pérez
Hi, I would simply give it a try and see if it works for you.  If it doesn't, you can simply contact the author who performed the port.

 
Good luck,

-Conrad

On 7/17/07, Leandro Pérez <[hidden email]> wrote:

Hi,
I was willing to try comet and i tried to load it from cincom public
repository for VW. But i'm using seaside 2.8 and in the repository it says:

"
Ported from
Comet-mb.18.mcz      14 March 2007 11:47:44 am
____________________________
- Support for Seaside 2.7
"

Will it work with seaside 2.8? is there an updated version comming up for VW
/  exists one even for squeak?

greetings
Leandro
--
View this message in context: <a href="http://www.nabble.com/Comet" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.nabble.com/Comet-for-Seaside-2.8-tf4099905.html#a11659077
Sent from the Squeak - Seaside mailing list archive at <a href="http://Nabble.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> Nabble.com.

_______________________________________________
Seaside mailing list
[hidden email].org
<a href="http://lists.squeakfoundation" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Comet for Seaside 2.8

cbeler
Conrad Taylor a écrit :
> Hi, I would simply give it a try and see if it works for you.  If it
> doesn't, you can simply contact the author who performed the port.
>
I published small changes so that it works with the last seaside 2.8. At
least, the examples are working (I'm not sure of what I changed ;) ).

Still, for those who don't know, you need to run WAListener instead of WAKom

WAListener openOn: 9999.

Then, examples are in:

localhost:9999/comet/counter
localhost:9999/comet/chat

both are accessibles from localhost:9999/config, where you find a comet
category

Cédrick
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Comet for Seaside 2.8

cbeler
Since last time I tried comet, I notice that even if running
WAListener....  all non comet app seem to work (say pier for
instance)... without listening whereas comet apps are effectively
listening.

If I remind welll this was causing errors if we tried to open usual
seaside apps before ...

Also, I just noticed that the rendered page doesn't change is the
session has timed out (display is not updated, but links still
works...)... was it the same before ?

Cédrick
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Comet for Seaside 2.8

Leandro Pérez
In reply to this post by cbeler
Cédrick Béler wrote
Conrad Taylor a écrit :
> Hi, I would simply give it a try and see if it works for you.  If it
> doesn't, you can simply contact the author who performed the port.
>
I published small changes so that it works with the last seaside 2.8. At
least, the examples are working (I'm not sure of what I changed ;) ).
Thanks a lot, I'll try it asap

Cédrick Béler wrote
Still, for those who don't know, you need to run WAListener instead of WAKom

WAListener openOn: 9999.

Then, examples are in:

localhost:9999/comet/counter
localhost:9999/comet/chat

both are accessibles from localhost:9999/config, where you find a comet
category

Cédrick
Will keep it in mind
Thanks Cédrick
Reply | Threaded
Open this post in threaded view
|

Re: Comet for Seaside 2.8

Philippe Marschall
In reply to this post by cbeler
2007/7/18, Cédrick Béler <[hidden email]>:
> Conrad Taylor a écrit :
> > Hi, I would simply give it a try and see if it works for you.  If it
> > doesn't, you can simply contact the author who performed the port.
> >
> I published small changes so that it works with the last seaside 2.8. At
> least, the examples are working (I'm not sure of what I changed ;) ).

Looks good to me so far. There is of couse the question of how good
CTChat servers it's role as an educative example and whether it goes
over the top by trying to be a real application.

Cheers
Philippe

> Still, for those who don't know, you need to run WAListener instead of WAKom
>
> WAListener openOn: 9999.
>
> Then, examples are in:
>
> localhost:9999/comet/counter
> localhost:9999/comet/chat
>
> both are accessibles from localhost:9999/config, where you find a comet
> category
>
> Cédrick
> _______________________________________________
> Seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside