paulfeaviour.wordpress.com
April | 2010 | Paul Feaviour's Blog
https://paulfeaviour.wordpress.com/2010/04
Paul Feaviour’s Blog. Just another WordPress.com weblog. April 1, 2010. Running Websocket example with jetty-mavenplugin. Posted by paulfeaviour under Uncategorized. The Websocket protocol, still only a draft standard. Is a part of the HTML 5 draft standard. The protocol is being designed to allow web-based applications to communicate with server side services in an asynchronous manner. Whether Websockets supersede other comparable technologies such as CometD. I would not want to hazard a guess. Example&...
steven.4bits.eu
tech stuff: July 2010
http://steven.4bits.eu/2010_07_01_archive.html
Keeping track on stuff I find useful. These are mostly notes to self, not full blown tutorials. Using HAProxy as a reverse proxy. I had a web app that was using some Comet functionality. Since Apache is no good for that I had to run additionally cometd. Naturally I wanted both web servers to be accessible on port 80 for which a reverse proxy was needed. Its config file is /etc/haproxy/haproxy.cfg. There you define two backends for the two web servers:. By default requests are forwarded to the apaches.
cometdaily.com
Comet Daily » Blog Archive » Is WebSocket Chat Easier?
http://www.cometdaily.com/2011/04/06/is-websocket-chat-easier/index.html
Is WebSocket Chat Easier? April 6th, 2011. A year ago I wrote an article asking Is WebSocket Chat Simple? Where I highlighted the deficiencies of this much touted protocol for implementing simple comet applications like chat. After a year of intense debate there have been many changes and there are new drafts of both the WebSocket protocol. Thus I thought it worthwhile to update my article with comments to see how things have improved (or not) in the last year. Is WebSocket Chat Simple (take II)? And the...
jfarcand.wordpress.com
Jeanfrancois Arcand | 6312
https://jfarcand.wordpress.com/author/jfarcand
Think Thank for http:/ Async-IO.org. The Atmosphere Framework 2.0 released. September 20, 2013. The Async-IO dev team are pleased to announce the release of The Atmosphere Framework 2.0! You can download it here. Read the announcement here. WAsync: WebSockets with Fallbacks transports for Android, Node.js and Atmosphere. April 4, 2013. Aims to make realtime apps possible in Android’s mobile device and Java/JVM clients communicating with framework like Node.js. From wAsync’s main page. As with for the Nod...
cometdaily.com
Comet Daily » Blog Archive » CometD Annotations
http://www.cometdaily.com/2011/04/07/559/index.html
April 7th, 2011. 21 now supports annotations to define CometD services and clients. Annotations greatly reduces the boiler plate code required to write a CometD service and also links well with new CometD 2.x features such as channel initializers and Authorizers, so that all the code for a service can be grouped in one POJO class rather than spread over several derived entities. The annotation are some CometD specific ones, plus some standard spring annotations. A service will frequently need to create, ...
cometdproject.dojotoolkit.org
User account | cometd.org
http://cometdproject.dojotoolkit.org/user/password
Username or e-mail address: *.
steven.4bits.eu
tech stuff: Using HAProxy as a reverse proxy
http://steven.4bits.eu/2010/07/using-haproxy-as-reverse-proxy.html
Keeping track on stuff I find useful. These are mostly notes to self, not full blown tutorials. Using HAProxy as a reverse proxy. I had a web app that was using some Comet functionality. Since Apache is no good for that I had to run additionally cometd. Naturally I wanted both web servers to be accessible on port 80 for which a reverse proxy was needed. Its config file is /etc/haproxy/haproxy.cfg. There you define two backends for the two web servers:. By default requests are forwarded to the apaches.
techblog.molindo.at
Comet Molindo Techblog - Molindo Techblog – formerly known as talk-on-tech.blogspot.com
http://techblog.molindo.at/category/comet
Google Webmaster Tools report a significant increase of 404 errors. July 4th, 2013 by Michael Sparer. This is the first post after a while, and we’re trying to have more than one post every two years. But let’s be honest, you’re not interested in this yadda yadda anyway and just came here because Google Webmaster Tools sent you a kind message like. Increase in not found errors. Then you went to GWT and saw an unexpected spike in 404 (or 410 where Google doesn’t make a difference) like this one:. HereR...
techblog.molindo.at
JavaScript Molindo Techblog - Molindo Techblog – formerly known as talk-on-tech.blogspot.com
http://techblog.molindo.at/category/javascript
Google Webmaster Tools report a significant increase of 404 errors. July 4th, 2013 by Michael Sparer. This is the first post after a while, and we’re trying to have more than one post every two years. But let’s be honest, you’re not interested in this yadda yadda anyway and just came here because Google Webmaster Tools sent you a kind message like. Increase in not found errors. Then you went to GWT and saw an unexpected spike in 404 (or 410 where Google doesn’t make a difference) like this one:. HereR...