You might be interested in tapestry-atmosphere and tapestry-cometd. Each
project is a tapestry wrapper for an underlying websocket implementation.
The aim of each library is to integrate websocket / push functionality into
your tapestry app without requiring any javascript. Instead you can use
annotated methods and zone-like updates in your tml.

https://github.com/uklance/tapestry-atmosphere
https://github.com/uklance/tapestry-cometd


On Wed, 20 Mar 2019, 7:53 am Christopher Dodunski, <
chrisfromtapes...@christopher.net.nz> wrote:

> A simple solution in the end, a retweaking of the 'IgnoredPathsFilter'...
>
>     public static void contributeIgnoredPathsFilter(Configuration<String>
> configuration) {
>         configuration.add("/websocket/.*");
>     }
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to