I have an enterprise program running on a clustered server with multiple users. This enterprise program can execute .java extensions.
I currently have a
java extension written that works great, only it executes on the server instead of the client. I'm pretty much a newbie to all this, but can anyone provide guidance on how to execute on the client-side.
I've seen mutiple posts relating to sockets, but not sure how this would be effected by a clustered server environment since there are mutiple IP addresses that the client may or may not be able to connect to.
Any help would be greatly appreciated,
Chris