I have a working Jersey/Atmosphere/Guice application which has two Atmosphere Resources. The first is pretty much a clone of the example chat application:
Just inject Broadcaster using the @PathParam annotation:
private @PathParam("topic") Broadcaster topic;
You can also use the @Context annotation. Hope that help.
-- Jeanfrancois