
Originally Posted by
Jack Punt
Jeremy,
Thanks for the info.
Atmosphere looks very promising; is it all it claims to be?
In general yes, but not without caveats. Keep in mind that the project is not yet 1.0, though I would say it is reasonably mature.

Originally Posted by
Jack Punt
Looks like AsyncHttpRequestHandlingMessageAdapter is the main bit for 'integration',
and it appears that it forwards messages to an Atmosphere Broadcaster.
I suppose there is also a reverse channel?
Yes, the adapter handles both incoming (both "subscription" messages and actual messages) and outgoing traffic. It is meant to hook up to a PublishSubscribeChannel in Spring Integration, which you can think of as something like a JMS Topic (in fact, I believe you could back it directly with a JMS Topic if you wanted).

Originally Posted by
Jack Punt
Does HttpMessageMapper require any configuration? or does this just do all it's own magic?
In general, no, it should provide good support as-is, and right now you can't really configure it anyway. (I'm sure we'll allow providing a custom HttpMessageConverter setup in the final version, but the need for that should be rare.) Basically this is just using the Spring MVC REST infrastructure to do content negotiation and generate appropriate responses. Of course, so far, I've only really been testing with JSON.
Jeremy Grelle
Staff Engineer, Web Products Team
SpringSource