Karunakaran, Lookup services(LUS) are service registries where any JINI service on the network gets registered with Any client looking for a particular service would talk to the LUS and get the proxy for the service provider it is looking for.
You mentioned you wrote one HelloJini service provider and you are running 2 LUS IncaX is a JINI service browser, which can act as a client if you have ServiceUI with your service provider Do you want to run another instance of LUS? Isn't it the same as running the first two? Let me know if I ain't right -- Satish Vellanki On Tue, Mar 10, 2009 at 10:18 PM, Karunakaran R <[email protected]>wrote: > Hi, > > I have downloaded IncaX Plugin for Netbeans5.0 and installed in it for jini > application. > > And, I have created two nodes(lookup services) and Services as HelloJini > > both nodes uses same service(HelloJini). > > I want to create one more node and also service and interactions between > them > > Please tell me the ideas or code if anybody have ideas? > > Thanks&Regards, > karunakaran R > >

