Difference between RMI and Java Beans
Hello
I have to develop a program that allow the users to have access to the Patient information . The program will also organize appointment between the users and the patients. + extra thing like agenda .....
I will have about 10 to 20 user that will have access at the same time to the same info .
My question is :what is the best solution for such kind of programes
RMI :after searching in google (it is light weight )
java beans:more powerful than RMI
or maybe thread ?
any one can explain the difference please ?
Thank you

