Re: REST routes in JavaMonitor

2010-10-08 Thread Pascal Robert
Le 2010-10-08 à 11:52, Simon a écrit : > i've just started using these for auto-configuring production servers. > it's cracking stuff - thanks! Good to know that people are using it! > is there any javadoc, or a list somewhere of all the functions > available ? I added a couple of examples in

Re: REST routes in JavaMonitor

2010-10-08 Thread Simon
i've just started using these for auto-configuring production servers. it's cracking stuff - thanks! is there any javadoc, or a list somewhere of all the functions available ? if not, where do they live in the code (i.e what class handles them ?). stupid question, i know, but i'm new to rest and i

Re: REST routes in JavaMonitor

2010-09-29 Thread Joe Little
I'm not dead yet! I think I'll go for a walk... (thump) Yes, my pre-burial grave site just had a small earth tremor. Busy finishing up old projects and about to jump back into the latest 3.6.1 w/ Wonder 5.4 branch goodness for ERModern stuff. Hopefully its not breaking daily at this point. D2W mi

Re: REST routes in JavaMonitor

2010-09-29 Thread Pascal Robert
Le 2010-09-29 à 10:10, Kieran Kelleher a écrit : > Good job Robert, er, sorry I meant Elvis ;-) Just a note, it's not for Elvis the singer, it's for Elvis Gratton : http://www.youtube.com/watch?v=FVHs12e-Fgc > On Sep 29, 2010, at 6:55 AM, Pascal Robert wrote: > >> Good morning! >> >>

Re: REST routes in JavaMonitor

2010-09-29 Thread Kieran Kelleher
Good job Robert, er, sorry I meant Elvis ;-) On Sep 29, 2010, at 6:55 AM, Pascal Robert wrote: > Good morning! > > Yesterday, I committed REST routes inside JavaMonitor, this is the stuff that > was demonstrated at WOWODC 2010. With those routes + the direct actions Anjo > added last year, you

Re: REST routes in JavaMonitor

2010-09-29 Thread David Avendasora
On Sep 29, 2010, at 6:55 AM, Pascal Robert wrote: > Good morning! > > Yesterday, I committed REST routes inside JavaMonitor, this is the stuff that > was demonstrated at WOWODC 2010. With those routes + the direct actions Anjo > added last year, you can control almost everything remotely (make

REST routes in JavaMonitor

2010-09-29 Thread Pascal Robert
Good morning! Yesterday, I committed REST routes inside JavaMonitor, this is the stuff that was demonstrated at WOWODC 2010. With those routes + the direct actions Anjo added last year, you can control almost everything remotely (make sure JavaMonitor is not open to the world!). The code was ad