Re: Getting started with Websocket

2023-04-12 Thread Mark Thomas
On 12/04/2023 20:39, Christopher Schultz wrote: Mark, On 4/12/23 15:21, Mark Thomas wrote: On 12/04/2023 19:31, Christopher Schultz wrote: All, I'm finally dipping my toes into Websocket-based communication with my Tomcat-based applications. Is it possible to do everything with "real" code

Re: Getting started with Websocket

2023-04-12 Thread Christopher Schultz
Mark, On 4/12/23 15:21, Mark Thomas wrote: On 12/04/2023 19:31, Christopher Schultz wrote: All, I'm finally dipping my toes into Websocket-based communication with my Tomcat-based applications. Is it possible to do everything with "real" code and not any annotations? I was looking for

Re: Getting started with Websocket

2023-04-12 Thread Mark Thomas
On 12/04/2023 19:31, Christopher Schultz wrote: All, I'm finally dipping my toes into Websocket-based communication with my Tomcat-based applications. Is it possible to do everything with "real" code and not any annotations? I was looking for something like the Servlet Async model where you

AW: Getting started with Websocket

2023-04-12 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Chris, > -Ursprüngliche Nachricht- > Von: Christopher Schultz > Gesendet: Mittwoch, 12. April 2023 20:31 > An: Tomcat Users List > Betreff: Getting started with Websocket > > All, > > I'm finally dipping my toes into Websocket-based communica

Getting started with Websocket

2023-04-12 Thread Christopher Schultz
All, I'm finally dipping my toes into Websocket-based communication with my Tomcat-based applications. Is it possible to do everything with "real" code and not any annotations? I was looking for something like the Servlet Async model where you take an existing request and put it into async