Programming Cloud Services for Android Handheld Systems Week 2
- Building Cloud Services on HTTP
use http request(query parameter) to send command to
- PUT - store new video
- GET - query/fetch video http response(response code - status, body - data(vido, just text), content type) put video(name, content type in header) in mutil-part body
-
Protocol Layering & HTTP Design Methodologies web services on top of http rest api
-
REST get video/1/deration
-
HTTP Polling start with client client decide web socket
-
Push Messaging GCM service
-
Java Servlet web.xml to routing request
- HttpServlet