Lance you are right. Also I noticed that you are still maintaining the cometd implementation. Nice work. I failed using the tapestry filter. Obviously this isnt the Tapestry way I was trying to do things. I will mimic the way you did with cometd.
Thanks for your help, Cheers, Martin (Kersten) 2013/8/16 Martin Kersten <martin.kersten...@gmail.com> > Lance currently I go with extending the TapestryFilter and bend it > together with AtmosphereServlet30. If I get some results I post it here. If > it is working I will make a blog post and donate the code. Maybe we find a > more transparent way, then. Fingers crossed. > > > 2013/8/16 Lance Java <lance.j...@googlemail.com> > >> Currently, the only integrated push is tapestry-cometd. Howard has >> mentioned a few times that he'd like to include a push implementation in >> tapestry core but that hasn't happened yet. >> >> As has been mentioned, there's nothing stopping you from using Atmosphere >> and Tapestry side by side. >> >> If you declare the Atmosphere servlet (filter?) outside of tapestry (ie in >> web. xml) you will need to tell tapestry to ignore atmosphere URL's >> >> http://tapestry.apache.org/configuration.html#Configuration-ConfiguringIgnoredPaths >> >> Or, you can have tapestry manage the atmosphere servlet in the same way as >> I mentioned tapestry-cometd does. >> > >