On Wed, Sep 30, 2009 at 16:27, Luis Montes <mont...@gmail.com> wrote:
>
> There was a post a while back before I joined the list that discussed
> configuring comet with spring.
>
> Just thought I'd post the details on how I got it work (maybe this would be
> better on a blog, but I'm not much of a blogger). I wanted to try and do
> the spring configuration with as little custom code as possible so I could
> keep up to date with the latest ContinuationCometdServlet.
I had the plan to document how I did it, and there's even a bug associated:
http://bugs.cometd.org/browse/COMETD-14
I did it in a different way, though.
What I miss in your approach is how the Bayeux object is initialized
and configured from the servlet, such as the call to
initialize(ServletContext), and all the settings performed by
AbstractCometdServlet.
Is it some Spring magic that I don't see ?
Simon
--
http://bordet.blogspot.com
---
Finally, no matter how good the architecture and design are,
to deliver bug-free software with optimal performance and reliability,
the implementation technique must be flawless. Victoria Livschitz
Hi,
I had the plan to document how I did it, and there's even a bug associated:
On Wed, Sep 30, 2009 at 16:27, Luis Montes <mont...@gmail.com> wrote:
>
> There was a post a while back before I joined the list that discussed
> configuring comet with spring.
>
> Just thought I'd post the details on how I got it work (maybe this would be
> better on a blog, but I'm not much of a blogger). I wanted to try and do
> the spring configuration with as little custom code as possible so I could
> keep up to date with the latest ContinuationCometdServlet.
http://bugs.cometd.org/browse/COMETD-14
I did it in a different way, though.
What I miss in your approach is how the Bayeux object is initialized
and configured from the servlet, such as the call to
initialize(ServletContext), and all the settings performed by
AbstractCometdServlet.
Is it some Spring magic that I don't see ?
Simon
On Wed, Feb 17, 2010 at 17:47, Matthieu.R <mret...@ebcubes.com> wrote:
> The documentation on the cometd website is missing the servlet that
> initializes the list of services after the server has been start. This
> is a crucial part and can go unoticed until you actually try to send
> messages to the service channel.
I have clarified the documentation.
Feedback welcome.
Thanks,