Re: [Stripes-users] Stripes and WebSockets?

2010-12-11 Thread allen petersen
nd the details of the communication protocol, You could easily create a Custom Resolution and return those in your action beans. Creating your own resolution is a no brainer. Just check out the source for the ForwardResolution class and you will have enough to get started >hope this helps >

Re: [Stripes-users] Stripes and WebSockets?

2010-12-10 Thread Daniil Sosonkin
On Thu, 9/12/10, Sven Jacobs <m...@svenjacobs.com> wrote: From: Sven Jacobs <m...@svenjacobs.com> Subject: Re: [Stripes-users] Stripes and

Re: [Stripes-users] Stripes and WebSockets?

2010-12-09 Thread samuel baudouin
lution class and you will have enough to get started >> >> hope this helps >> >> regards >> >> --- On *Thu, 9/12/10, Sven Jacobs * wrote: >> >> >> From: Sven Jacobs >> Subject: Re: [Stripes-users] Stripes and WebSockets? >> To: &qu

Re: [Stripes-users] Stripes and WebSockets?

2010-12-09 Thread Sven Jacobs
and you will have enough to get started > > hope this helps > > regards > > --- On *Thu, 9/12/10, Sven Jacobs * wrote: > > > From: Sven Jacobs > Subject: Re: [Stripes-users] Stripes and WebSockets? > To: "Stripes Users List" > Date: Thursday, 9 Decemb

Re: [Stripes-users] Stripes and WebSockets?

2010-12-09 Thread farouk alhassan
ForwardResolution class and you will have enough to get started hope this helps regards --- On Thu, 9/12/10, Sven Jacobs wrote: From: Sven Jacobs Subject: Re: [Stripes-users] Stripes and WebSockets? To: "Stripes Users List" Date: Thursday, 9 December, 2010, 16:07 Hi Tim, thanks for your reply

Re: [Stripes-users] Stripes and WebSockets?

2010-12-09 Thread Sven Jacobs
Hi Tim, thanks for your reply! I'm well aware that Jetty is a servlet container and not a web framework like Stripes ;-) Maybe my question wasn't clear enough. Sorry for that! Let's rephrase it: How would I develop an application with Stripes that uses WebSockets (and runs on Jetty)? Since Ajax

Re: [Stripes-users] Stripes and WebSockets?

2010-12-09 Thread Stone, Timothy
Sven, Jetty is a servlet container, e.g., Tomcat. Jetty¹s support of WebSockets, the HTML5 feature, is unrelated to Stripes. The question you may want an answer to is what Stripes Resolution might best support the creation and use of WebSockets, see http://en.wikipedia.org/wiki/WebSockets for the

[Stripes-users] Stripes and WebSockets?

2010-12-09 Thread Sven Jacobs
Hi all, I was wondering if anyone has already used WebSockets along with Stripes? Jetty 7 supports WebSockets, for example. I'm new to Stripes. What would be the recommended way to use WebSockets in Stripes? Many thanks, Sven --