Re: email service in 4.1, depreciation of IMonitor

2006-09-11 Thread livelock
... Regards Jessek wrote: > > Hard to say.What are you trying to do that IMonitor used to provide? > > On 9/10/06, livelock <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >> In http://www.nabble.com/tapestry-email-service-tf1659362.html#a4507486 >> t

email service in 4.1, depreciation of IMonitor

2006-09-10 Thread livelock
Hi, In http://www.nabble.com/tapestry-email-service-tf1659362.html#a4507486 tapestry email servcie we had a pluggeable email service. IMonitor has been removed in 4.1 which is being used by this email service, how do I fix this email service now? Is there another service out there working with 4

Re: How to implement polling with @EventListener

2006-09-08 Thread livelock
some minutes untouched, something with XMLHTTP 404... maybe this now is a bug :-) Regards Jessek wrote: > > Ok...I will look into this when I get back from traveling this > weekend...(flattery will get you everywhere ;) ) > > On 9/7/06, livelock <[EMAIL PROTECTED]> wrote:

Re: How to implement polling with @EventListener

2006-09-07 Thread livelock
heck out cometd.org as well. The dojo + jetty guys have been > working > together to make this a lot easier for servlet based apps. > > One of many "to dos" I plan on adding to tapestry at some point..(probably > a > sub project, but will likely happen sooner than later

Re: How to implement polling with @EventListener

2006-09-06 Thread livelock
in javascript, test.update gets called which in > turn causes the server side event listener to run. The event listener > updates the clock (every 4 seconds because I was running this in devel > mode and, and I mean nothing, pisses tapestry off more than running in > devel mode) and th

How to implement polling with @EventListener

2006-09-03 Thread livelock
Hi, Dojo got a polling mode (http://archive.dojotoolkit.org/nightly/tests/io/test_ScriptSrcIO.html#CommonArgs). How do I use that properly with Tapestry 4.1? The EventListener seems not have anything that ge I want a component that reads a property from a server all 4 seconds. For example for sto