Ngo Anh Tuan-HEDSPI
Ngo Anh Tuan-HEDSPI

Reputation: 103

Web socket and web service with tomcat

I'm developing an app on android that communicate with server to update location information. Eg: when you find a good restaurant, you can mark in on the map and share with other people. Everyone will see it and know what special discount that restaurant is offering. I've finished the code of marking this location and share on both android and server side. I've written and deployed it as axis2 web application. Now, I want to update the location which is shared by someone in realtime. I'm thinking of web socket. But I don't know how to do with it after several days of researching. My problems are:

I'm new to web socket, so I don't know where to go. Thank you for every suggestion!

Upvotes: 0

Views: 1032

Answers (1)

user1697575
user1697575

Reputation: 2848

I used JWebSocket that based on Jetty and fully embedable into Tomcat. It also has different client libs (javaScript, android).

Upvotes: 1

Related Questions