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

[585 byte] By [linuxchilda] at [2007-10-3 4:07:20]
# 1
please some help
linuxchilda at 2007-7-14 22:06:56 > top of Java-index,Core,Core APIs...
# 2

A little [url http://www.google.ca/search?hl=en&q=rmi+ejb&btnG=Google+Search&meta=]google with keywords: rmi ejb[/url] would give all the answers you need.

Specifically you could read [url http://www.devx.com/Java/Article/20843/0/page/1]the article from the first result: EJB and RMI: A Practical Introduction[/url].

Also there are many threads from these forums that already answered your question in the past.

Here is one: [url http://forum.java.sun.com/thread.jspa?threadID=539544&messageID=2613399]Rmi and EJB[/url].

Happy reading!

Regards

jfbrierea at 2007-7-14 22:06:56 > top of Java-index,Core,Core APIs...
# 3
ok thank uI already searched but i did not find something clear any way your help was really good for me next time i will ask for a web refernces or articles instead of answering my questionThank u again
linuxchilda at 2007-7-14 22:06:56 > top of Java-index,Core,Core APIs...