- Conflict Minerals and Blood Tech (Joey Devilla) -- electronic components have a human and environmental cost. I remember Saul Griffith asking me, "do you want to kill gorillas or dolphins?" for one component. Now we can add child militias and horrific rape to the list. (via Simon Willison)
- Meteor -- an open source HTTP server that serves streaming data feeds (for apps that need Comet-style persistent connections). (via gianouts on Delicious)
- …
So far PHProjekt 6 (P6, see http://phprojekt.com) is already enhanced with
nice AJAX workflows and snappy user-experience. Nevertheless, we
discussed a way to provide synchronous communication and direct
information within the application.
Everybody knows GoogleMail with its easy to use frontend. Maybe
you use it for your daily work. In GoogleMail, there is no need
to refresh the page to receive a new mail, Google informs you
automatically whenever a new mail is available. But how is this
possible? The answer to this question is really simple: The
server triggers a signal informing that a new mail is available.
This technology is called Comet and describes a way how the
server communicates with the client [see http://en.wikipedia.org/wiki/Comet_(programming)
].
Is there a way to use Comet …
So far PHProjekt 6 (P6, see http://phprojekt.com) is already enhanced with
nice AJAX workflows and snappy user-experience. Nevertheless, we
discussed a way to provide synchronous communication and direct
information within the application.
Everybody knows GoogleMail with its easy to use frontend. Maybe
you use it for your daily work. In GoogleMail, there is no need
to refresh the page to receive a new mail, Google informs you
automatically whenever a new mail is available. But how is this
possible? The answer to this question is really simple: The
server triggers a signal informing that a new mail is available.
This technology is called Comet and describes a way how the
server communicates with the client [see http://en.wikipedia.org/wiki/Comet_(programming)
].
Is there a way to use Comet …
Carol had previously (in July) posted an example of a SlideShow Using Comet; now she and Rick have a refined and expanded version where they provide more details, including screenshots, and also have modified the implemetantation so they NetBeans for development, MySQL and JPA for data presistence, Grizzly for Comet support, Jersey (JAX-RS) for the REST end-points, and … |