CDI integration
by Heiko Braun
Pete,
one thing i couldn't figure out yet is why the ErraiExtension#afterBeanDiscovery(...)
(that should register the observer method) doesn't get invoked.
When running the example you'll see that the ErraiExtension<init> is invoked by the service
loader. So the base setup seems to be correct.
Any ideas?
/Heiko
-- --
Heiko Braun
hbraun(a)redhat.com
http://jboss.org/errai . http://relative-order.blogspot.com/
15 years, 10 months
Errai comet implementation
by Richard Zschech
Hi,
I was just reading up on Errai and it sounds quite interesting.
I noticed that your implementing Comet using long polling. My project
gwt-comet http://code.google.com/p/gwt-comet/ implements Comet by
streaming messages over long lived HTTP requests to minimise latency and
bandwidth requirements and maximise the throughput.
It also supports GWT serialization of messages.
I know you probably are working on many other aspects of ErraiBus but
may I suggest using gwt-comet for your underlying Comet transport?
From Richard.
15 years, 10 months