Interview Ques

Hi, Im kinda new to RMI, i was asked in an interview recently What are things i need to keep in mind while designing an RMI application, as in what needs to be taken care off while putting a server object in the RMI registry?Can any1 help me with this.Thanks
[279 byte] By [relaxedgalaxya] at [2007-11-27 7:41:14]
# 1
To be kind:Since you know nothing about RMI, anyone asking you about designing an RMI application is foolish.Try reading the tutorials on RMI. You can google such. Here is one: http://java.sun.com/docs/books/tutorial/rmi/
cooper6a at 2007-7-12 19:21:49 > top of Java-index,Core,Core APIs...
# 2
Hey i do know stuf about RMI... can design basic RMI apps.. but this was kinda question which i had no clue about, so posted
relaxedgalaxya at 2007-7-12 19:21:49 > top of Java-index,Core,Core APIs...
# 3
> what needs to be taken care off while putting a server object in the RMI registry?The only things I can think of are:(a) the object is exported(b) choose a unique name
ejpa at 2007-7-12 19:21:49 > top of Java-index,Core,Core APIs...