Remote Method Invocation (RMI) - Chat System using RMI is it bad ?

Hello

I need to write a chat system, more like p2p chat . so i will have a server that will handle client connection and permissions, and i will have more clients. When clients need to talk to each other, it will ask the server for the others IP so it can connect to it.

I am thinking about using RMI for this, is it a bad idea ?

Thank you

[364 byte] By [JKodera] at [2007-11-26 23:04:38]
# 1
As an exercise, RMI is good.
genadya at 2007-7-10 13:57:18 > top of Java-index,Core,Core APIs...