being lost with all the technologies, I am lost with the differences.
I want to have a client (Android) that connects to my server (Java language and windows machine) and be able to send data to it, process it on the server and receive answer back.
For the server portion, I was wondering whats the difference between having a java program that starts up a socket and listens for connection in a while loop VERSUS having Tomcat server with servletes?
Iam not sure if there are other solutions. But can you please enlighten me on the difference and your recommendation ? Thank you