java - gwt socket connections -


I am trying to write a program that uses java.net.Socket I have an ARL array in Java Is written using GWT to display content from.

However, now I have to populate ArrayList through a socket connection. Apparently Google Web Toolkit does not support Socket Connection Can anyone give me an alternative solution for this? For example, an example or link would be greatly appreciated.

Regards

GWT backend is designed to be pulled from the server , And this is where you want to make any socket connection. GWT is front-end technology, and because it is compiled for javascript, things like making socket connections can not do. You can use whatever technique you want at the last end, and hook it in your java: - Java Back End (Talk through RPC calls) - Ruby / PHP Back End (via Jason or XML) Talk to) - etc


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -