On Sat, 19 Jan 2002 09:25, Paul Hammant wrote: > *RMINamingProvider* > > Is this excalibur component being used anywhere?
Not in opensource I don't think. > I'm interested in > doing something similar for AltRMI I'm example orientated and need to > see it working to understand it.... What do you want to see. There is an example of starting an RMI server in org.apache.avalon.excalibur.naming.rmi.server.Main - There is alos an example of how to setup the initial context in the test hierarchy. Then the rest of it is just using JNDI. The only requirement is that anything bound into the context (of which there are examples at org.apache.avalon.excalibur.naming.test.*) must be serializable, Remote or Referencable. > <survey> > Have any regulars actually tried AltRMI yet? > Thouhts? > </survey> I tried it a bit back but haven't had a chance to try it again ;) -- Cheers, Pete --------------------------------------------------- For every complex problem there is a solution that is simple, neat and wrong --------------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
