Doubt RMI and JNDI [closed]

2

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.

    
asked by anonymous 28.10.2015 / 02:21

1 answer

1

There are some resources for you to study. But it is already a little old, since the RMI is also an old technology and left a little sideways by new technologies. Materials are in English.

RMI Java

RMI Docs

Use JNDI to share objects between different virtual machines

JNDI overview, Part 1: Introduction to naming services

JNDI overview, Part 2: An introduction to directory services

JNDI overview, Part 3: Advanced JNDI

JNDI overview, Part 4: the Doc-u-Matic, JNDI application

I hope I have helped.

    
28.10.2015 / 02:37