INTRODUCTION TO REST SERVICES.
R.E..S.T - Representational State Transfer Protocol Its a comman and most important tecnology for web application and its reputation is growing. this is becouse the uses of API orientation.every key language is now include frameworks for building RESTFUL WEB SERVIECS. Restful services are based on HTTP methods like GET POST PUT DELETE and resources like txt json xml Every resource should support HTTP comman operations and resources are identified by global id.(which is a URI). in rest architecture we have a server to locate resorces and provide access to. and a rest client modify resources. Most comman Restful service is google services like Gmail. Rest is lightweight, scalable and maintainable. HTTP MESSAGE STRUCTURE HTTP VERBS


Comments
Post a Comment