Doubt RMI and JNDI

Asked

Viewed 107 times

2

Talk to you guys!,

currently I started studying RMI (Remote Method Invocation) with JNDI (Java Naming and Directory Interface).

Briefly, from what I have learned so far is that the RMI technology is responsible for allowing the invocation of remote methods (loaded into a remote JVM) located on the server side. And the JNDI would be a helper that helps the customer find these objects.

I did not find on the Internet any article that helps the programmer to join these technologies together (some describe the use only of RMI and others only of JNDI).

I would like to know if anyone has or could give me any material on the subject, thank you in advance.

1 answer

1


There are some Sources for you to study. But I already say that they are a little old, since the RMI is also an old technology and left aside a little by new technologies. The materials are in English.

RMI Java

RMI Docs

Use JNDI to share Objects between Different virtual machines

JNDI Overview, Part 1: An 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, a JNDI application

I hope I’ve helped.

  • Thank you very much! , I will make use of these materials.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.