I am building rest services in Spring. If I am not wrong, web services are servlets i.e. internally they get converted into servlet.
So, just wondering, does all service methods(methods annotated with @RequestMapping) gets converted into separate servlet?
 
    