my name's not Peter, but.... 1) On the server side, there are various components that are exported to an MBeanServer. This needs some refactoring 'n stuff, but the basic idea is there. Peter or I will probably get to this pretty soon.
2) Then there needs to be a thin http server layer which maps commands received over http (using POST, probably) to commands to the MBeanServer, and sends the results back. 3) On the client side, you need what the JMX spec calls an adapter. We're doing this over http as that is by far the easiest. This is a standard-issue html client that talks to the aforementioned thin http server. 4) we need some simple security measures implemented in 2 & 3. The server should check whether the client is from the localhost. If it is not, a uname/password should be provided by the client (probably using http_auth). There are some utility classes to help with (2) in the phoenix cvs under /console/src/java, and a mock http client under /console/src/mockui. Any help is appreciated a lot (we've been kicking the beastie for a while now); send your engineer over to the Avalon Phoenix Developers List and we'll hammer it out :-) - Leo > -----Oorspronkelijk bericht----- > Van: Paul Tetley [mailto:[EMAIL PROTECTED]] > Verzonden: woensdag 27 februari 2002 14:18 > Aan: Avalon Developers List > Onderwerp: Re: project status 'n stuff > > > > On Sunday, February 24, 2002, at 12:18 PM, Peter Donald wrote: > > > At the moment theres not a lot of work because I think that doing the > > client > > is incredibly un-sexy job ;l If anyone was to volunteer I would be more > > than > > happy to do server side half of it ;) > > > > Peter, > > I've been lurking here for some time as I intend to adopt Avalon for the > server side of my company's ASP system. I've been putting off adopting > Phoenix while I wait for the management system to mature. > > If you can broadly describe what this component has to do, I can provide > an engineer for a week or two to put something together (I mustn't have > been paying close enough attention, as I'm unsure of exactly what is > required). > > Can you direct me to some background info? > > Regards, > Paul Tetley > Mentaur Pty Ltd > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
