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 |
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 |
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:
_______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
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 |
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 |
In reply to this post by cbeler
Thanks a lot, I'll try it asap Will keep it in mind Thanks Cédrick |
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 |
Free forum by Nabble | Edit this page |