> My current particular need is to be able to notify zero or 
> more applications when a new baseline is created. Running 
> applications would receive the notification and request the 
> updated files. When an application starts, it simply reads 
> the 'head' configuration. I am thinking of using JavaGroups 
> as the notification mechanism since we use it elsewhere in our code.

Yeah, I had considered mbeans as a solution for this on JBoss, since you
get notifications free in the spec. JavaGroups is good too if you
already have it in place. You could use JMS and MDBs as well.. Not sure
how best to fit any solution into Slide - I had hoped to use the
interceptor model to trigger events as well but I haven't tried it yet..
I'll stay tuned for what you end up with as a solution. 

James

> 
> Richard
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to