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, < [email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > >
