On Aug 13, 2006, at 11:00 PM, Jeremy Boynes wrote:

On Aug 13, 2006, at 10:42 PM, Venkata Krishnan wrote:
- each registry is identified by a port on which it runs. I am not sure how hostname can be used for services. However, for references host names
has a role to play.  Right?

For services it would determine the address that the port would apply to. The default (0.0.0.0) would be all addresses on the machine but for multi-homed machines it is quite often useful to be able to specify a particular interface.

 - RMI Host will be the interface thro which RMIBinding will register
services into one of the registries (based on the port number specified)

Can you please point me to some code that I can emulate to implement RMI Host in terms of how it should be implemented as a system component that can be autowired into the builder. Right now I am looking at LoaderRegistry to
understand the programming model for this.  Am I on track?

That's as good as any.
If you start with a POJO and just decorate it according its methods with @Init and/or @Destroy as needed you should have most of it. I'll keep an eye out and help when needed.

Jim

--
Jeremy

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



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

Reply via email to