OK, I though I have what would be considered a common problem, but it doesn't seem so...

I have a service (current Spring Remoting, but could be made WS or whatever) and I need a way to registry them with some central registry (UDDI?). This has become an issue because I need to dynamically discover peer nodes and without some central registry and I stuck hard-coding in references to all the available nodes.

As always, any ideas/comments would be greatly appreciated.