Speak galley blza!,
I have now started to study RMI (Remote Method Invocation) with Java Naming and Directory Interface (JNDI).
Briefly, from what I've learned so far is that RMI technology is responsible for allowing the invocation of remote methods (loaded into a remote JVM) located on the server side. And JNDI would be a helper that helps the client find these objects.
I did not find any article on the internet that would aid the developer joining these technologies together (some describe the use of RMI only and others only of JNDI).
I would like to know if anyone has or could indicate any material on the subject, thank you in advance.