hi. What is Object Activation ? Can any one give me some examples Where it can be applied in real-time application. senthil
Nakul Kasadwala
Greenhorn
Joined: Oct 30, 2000
Posts: 22
posted
0
Hi Senthil When i want to run multiple JVM through programe, I can use Object Activation. Another use is that you don't want that your server keep on running when there is no client. On above 2 cases we can use Object Activation. If any one knows other uses of Object Activation , please mail me. links for example : (RMI Example) http://www.java.sun.com/j2se/1.3/docs/guide/rmi/index.html Hope this will be useful Thanks Nakul