Re: ServerSocket from within Tapestry
Lance Java <[email protected]> Sun, 24 Mar 2019 20:45:02 +0000
| Newsgroups | gmane.comp.java.tapestry.user |
|---|---|
| Message-ID | <CAN7Z0vQ--eOt0_eiEn9s-qUXsX=dKL0wygR_UC155XoAe7=_yQ@mail.gmail.com> |
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] > >