Imagine you have some services which frequently triggers your backend to process some data and you need to display these changes on the UI… The most reasonable pattern is using Comet! ADF Faces has great and flexible support for Comet…
Imagine you have some services which frequently triggers your backend to process some data and you need to display these changes on the UI… The most reasonable pattern is using Comet! ADF Faces has great and flexible support for Comet…
During 2009 Twitter launched their Streaming API, which allows developers to get an (almost) real-time notification of tweets. The “filter.json” resource allows some filtering of the content. With CURL you could listen to the Twitter stream like: curl http://stream.twitter.com/1/statuses/filter.json?track=myKeyWord -umyUserAccount:password…