ok, i finally had time for reading your suggestions =)
repy is inline

> Hi David:
>
> First of all, I'm not a WIAB internals expert. But as I was patching the
> websocket part these months I can give you some advices:
> - WIAB now uses websocket (via jetty) for clients like chrome and
> socket-io-java for other browsers like firefox.
> - I recommend you to read:
>  + this list archive, for instance the thread "jWebSocket vs Atmosphere
> vs Cometd" or my review request: "Jetty updated to version 8, socketio
> patched and socket/socketio workaround"
>
> http://mail-archives.apache.org/mod_mbox/incubator-wave-dev/201110.mbox/thread
>  +
> http://www.ibm.com/developerworks/web/library/wa-reverseajax4/index.html
>  + Finally, I think that we should follow the recommendation of Tad
> Glines (author of socket-io-java):
>
> http://mail-archives.apache.org/mod_mbox/incubator-wave-dev/201110.mbox/%3CCAKF7Ee1w1qgOuD6Em=BVAz5jWFrzfnsCKYZOd=+gdexhdnq...@mail.gmail.com%3E
> (thanks indeed Tad by the way)
>
thanks for this, interesting stuff, but mostly websocket related and not
c/s, particularly after the mail from Michael (see my other mail)

>
> About authentication, see the websocket code part in
> ServerRpcProvider.java.
>
this is a great pointer, thought when debugging i see the logged in user is
null, probably because i'm calling the websocket directly and thus i didn't
went through the login page. will investigate more on this, thank you

>
> About Android (and mobile in general), I was asking myself if we can use
> some library like:
> http://code.google.com/p/gwt-mobile-webkit/
> https://github.com/dennisjzh/GwtMobile
> to reuse client ui code.
>
this doesn't sound like a good idea for my goal, as i said i'de like to
have a basic api with communication stuff, allowing other people to build
clients on top of it, so having gui code in there doesn't seems right as it
will force decisions about the gui. also, i'm the first who's not after a
classic wave client for android... thanks anyway

D

>
> Bests,
> --
> Vicente J. Ruiz Jurado
>
> http://comunes.org
> http://ourproject.org
> http://homes.ourproject.org/~vjrj/blog (@vjrj)
>
>  "For the more there are who say 'Ours,'-not 'Mine'- by that much is
>  each richer ." [Dante on the joys of sharing (Purgatorio, XV)]
>
>
>
>
>
>
>

Reply via email to