Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #19695
| Path | csiph.com!usenet.pasdenom.info!news.albasani.net!.POSTED!not-for-mail |
|---|---|
| From | "sl@exabyte" <sb5309@hotmail.com> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Java servlet, comet, long polling, websocket: I am consused !! |
| Date | Sun, 11 Nov 2012 21:37:15 +0800 |
| Organization | albasani.net |
| Lines | 17 |
| Message-ID | <k7o9mr$kv1$1@news.albasani.net> (permalink) |
| References | <k7ln1q$id0$1@news.albasani.net> <509ec5dd$0$26894$742ec2ed@news.sonic.net> |
| X-Trace | news.albasani.net eecEOFNOna17Rij56yFpeLRWNRtUi1ZyP5Vxhv304Z4rCptzNkr22bg3wDIi2YMWHo8E4c2SH8vGBgFfzNCuQXEXKHpJh8FJ5IUmFQpPyl1kJs5xpw1XfyZIWO+3bNdz |
| NNTP-Posting-Date | Sun, 11 Nov 2012 13:37:32 +0000 (UTC) |
| Injection-Info | news.albasani.net; logging-data="wNceWHunr7ZvkDhbtominlAvKIYsGB2WskBTf0H4PRRD7fnwqD2My4kGh+FZ0PDEZcIqvN6LdHRXdQSzwZHcRxaCFzIaz+5GrwFXeKv37VP93lBcfse8cYuCG/CBqxtQ"; mail-complaints-to="abuse@albasani.net" |
| X-MimeOLE | Produced By Microsoft MimeOLE V6.00.2900.3028 |
| X-RFC2646 | Format=Flowed; Original |
| X-Newsreader | Microsoft Outlook Express 6.00.2900.3028 |
| Cancel-Lock | sha1:MzKiDtHYT1EjJ+7pvThLgHxIYYU= |
| X-Priority | 3 |
| X-MSMail-Priority | Normal |
| Xref | csiph.com comp.lang.java.programmer:19695 |
Show key headers only | View raw
Kevin McMurtrie wrote: > > I'm using WebSockets with Jetty. It generally works well for two-way > text messaging and it doesn't interfere with REST/Servlet APIs. > Recent but important features, like ping/pong and different message > types, aren't supported by browsers. There's also zero error > handling defined so you'll need to work that in. > > Tomcat has experimental support for WebSockets but I recommend Jetty > instead. Just thinking. If javascript can communicate with java applet (which can access sockets), why bother to have websocket ? Forgive me if this is a stupid question.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Java servlet, comet, long polling, websocket: I am consused !! "sl@exabyte" <sb5309@hotmail.com> - 2012-11-10 22:06 +0800
Re: Java servlet, comet, long polling, websocket: I am consused !! markspace <-@.> - 2012-11-10 08:09 -0800
Re: Java servlet, comet, long polling, websocket: I am consused !! "sl@exabyte" <sb5309@hotmail.com> - 2012-11-11 00:21 +0800
Re: Java servlet, comet, long polling, websocket: I am consused !! markspace <-@.> - 2012-11-10 08:31 -0800
Re: Java servlet, comet, long polling, websocket: I am consused !! "William Bonawentura" <nie@ma.mnie.pl> - 2012-11-12 07:38 +0100
Re: Java servlet, comet, long polling, websocket: I am consused !! "sl@exabyte" <sb5309@hotmail.com> - 2012-11-12 22:13 +0800
Re: Java servlet, comet, long polling, websocket: I am consused !! Arne Vajhøj <arne@vajhoej.dk> - 2012-12-10 22:20 -0500
Re: Java servlet, comet, long polling, websocket: I am consused !! Kevin McMurtrie <mcmurtrie@pixelmemory.us> - 2012-11-10 13:23 -0800
Re: Java servlet, comet, long polling, websocket: I am consused !! "sl@exabyte" <sb5309@hotmail.com> - 2012-11-11 21:30 +0800
Re: Java servlet, comet, long polling, websocket: I am consused !! Kevin McMurtrie <mcmurtrie@pixelmemory.us> - 2012-11-13 00:44 -0800
Re: Java servlet, comet, long polling, websocket: I am consused !! "sl@exabyte" <sb5309@hotmail.com> - 2012-11-11 21:37 +0800
Re: Java servlet, comet, long polling, websocket: I am consused !! Arne Vajhøj <arne@vajhoej.dk> - 2012-12-10 22:24 -0500
Re: Java servlet, comet, long polling, websocket: I am consused !! jebblue <n@n.nnn> - 2012-11-23 11:26 -0600
Re: Java servlet, comet, long polling, websocket: I am consused !! Kevin McMurtrie <mcmurtrie@pixelmemory.us> - 2012-11-28 21:02 -0800
Re: Java servlet, comet, long polling, websocket: I am consused !! jebblue <n@n.nnn> - 2012-12-07 00:09 -0600
Re: Java servlet, comet, long polling, websocket: I am consused !! Arved Sandstrom <asandstrom2@eastlink.ca> - 2012-12-07 06:43 -0400
Re: Java servlet, comet, long polling, websocket: I am consused !! Arne Vajhøj <arne@vajhoej.dk> - 2012-12-09 18:42 -0500
Re: Java servlet, comet, long polling, websocket: I am consused !! Silvio <silvio@internet.com> - 2012-11-29 11:30 +0100
Re: Java servlet, comet, long polling, websocket: I am consused !! jebblue <n@n.nnn> - 2012-12-07 00:12 -0600
Re: Java servlet, comet, long polling, websocket: I am consused !! Roedy Green <see_website@mindprod.com.invalid> - 2012-12-09 10:01 -0800
Re: Java servlet, comet, long polling, websocket: I am consused !! Arne Vajhøj <arne@vajhoej.dk> - 2012-12-09 18:30 -0500
csiph-web