How is Rest WS different form regular Servlets , What additional features do REST provide
Asked
Active
Viewed 192 times
-3
-
also [this](http://stackoverflow.com/questions/14314658/difference-between-restful-webservice-and-httpservlet) – Ankur Singhal Jul 24 '15 at 09:38
-
welcome to SO, avoid getting downvote on questions and ask only quality questions. – VedantK Jul 24 '15 at 10:38
1 Answers
0
Representational State Transfer (REST) is a software architecture style for building scalable web services.
A servlet is a small Java program that runs within a Web server. Servlets receive and respond to requests from Web clients, usually across HTTP, the HyperText Transfer Protocol.

Recoba20
- 314
- 1
- 13