I investigated the cometd yesterday and today. The maven repository was broken for this one. Since the last commit is half a year old, I think it is not maintained anymore. I currently at the moment try to do the same but using atmosphere instead if this is not working I will try to redo the cometd implementation myself.
Are their other (more tapestry like) ways to talk to your js components directly? 2013/8/16 Lance Java <lance.j...@googlemail.com> > FYI, there's no need to wrap the tapestry servlet (it's actually a filter). > > tapestry-cometd works by contributing a HttpServletRequestFilter to > tapestry. The filter instantiates / delegates through to a CometdServlet > instance. > > http://tapestry.apache.org/request-processing.html > > https://github.com/uklance/tapestry-cometd/blob/master/src/main/java/org/lazan/t5/cometd/services/internal/CometdHttpServletRequestFilterImpl.java >