Is there any way I can register an
EJB proxy with the Jini Lookup Service so clients can lookup an EJB using the JLS?
In a broader context, How will EJB components announce themselves to be available for services on the network?
As of now Clients requiring access to the Component will look up for the home interface, and then instantiate the bean, the having got reference to the remote object will call Business methods.
Here the scenario is different, EJB component need to announce themselves on the network.
Regards
Tushar Kansara
------------------