I hava a java swing application running on a m/c A.
I am sending a mail to m/c B running outside the network.I need a confirmation from m/c B,to update the status of the swing application.That means I need to update the database of the swing application by clicking a link on m/c B.
By clicking the link on the m/c B,need to update the database of m/c A.
How can I workout this?
Please help me.Thanks in Advance