Reputation: 406
I have need to create something like activeX controls, in which I can send messages from client to server. Can someone please tell me the alternative of ActiveX controls in java or can I create ActiveX controls in java. I know ActiveX control is product of microsoft.
I know about the applets, one alternative of ActiveX controls in java. Is there more alternatives?
Thanks in advance.
Upvotes: 1
Views: 379
Reputation: 26
You can use sockets/RMI to send and receive messages in java. I hope this will work for you.
Upvotes: 1