hi,
I am trying to write an application that uses java.net.Socket. I have also written an app in Java using GWT to display the contents from an ArrayList.
However, I now need to populate that ArrayList via a socket connection. Apparently Google Web Toolkit does not support socket connections. Can anyone please give me a workaround for this? Any examples or links to examples will be much appreciated.
Regards