Is possible to make Seaside sessions to be in Sync?

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

Is possible to make Seaside sessions to be in Sync?

Sebastian Sastre-2
Hi there,
 
    I wonder if exists the possibility of putting two (or N) sessions in sync with Seaside. Anybody has experimented that?
 
    It could certainly be useful to add more social interaction to seaside applications. For instance a tool for tech support assinting a customer that wants to show somethig online (and he/she even knows how to describe it but know how to show it). Also for educational taks made by the web in which a teacher acts like an online guide while the pupil is seing the same as the teacher.
 
    One sessoin should be the master. If we can make to N session we even can broadcast the sessions. The master leads, the others can use updaters or somethig that keep the pace.
 
    What do you think? possible? better way to produce same experience?
 
    cheers,
 

Sebastian Sastre


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

Re: Is possible to make Seaside sessions to be in Sync?

Jason Johnson-3
Have you looked at comet [1]?  That sounds like it may be what you are
looking for, in fact I remember even being a demo somewhere of a
customer/service desk type scenario, but it was in a language I didn't
understand so I didn't get to deeply into it. :)

http://wiki.squeak.org/squeak/5851


Sebastian Sastre wrote:

> Hi there,
>  
>     I wonder if exists the possibility of putting two (or N) sessions
> in sync with Seaside. Anybody has experimented that?
>  
>     It could certainly be useful to add more social interaction to
> seaside applications. For instance a tool for tech support assinting a
> customer that wants to show somethig online (and he/she even knows how
> to describe it but know how to show it). Also for educational taks
> made by the web in which a teacher acts like an online guide while the
> pupil is seing the same as the teacher.
>  
>     One sessoin should be the master. If we can make to N session we
> even can broadcast the sessions. The master leads, the others can use
> updaters or somethig that keep the pace.
>  
>     What do you think? possible? better way to produce same experience?
>  
>     cheers,
>  
>
> Sebastian Sastre
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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
Reply | Threaded
Open this post in threaded view
|

Re: Is possible to make Seaside sessions to be in Sync?

Lukas Renggli
> Have you looked at comet [1]?  That sounds like it may be what you are
> looking for, in fact I remember even being a demo somewhere of a
> customer/service desk type scenario, but it was in a language I didn't
> understand so I didn't get to deeply into it. :)
>
> http://wiki.squeak.org/squeak/5851

Please note that this Comet implementation is not Seaside based.

A Comet package for Seaside can be found in the Seaside repository on
SqueakSource: http://www.squeaksource.com/Seaside

Cheers,
Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside