
While learning RESTful apis with java using netbeans, there are three types of web services.
- Restful Webservices using Entity Class
- Restful Webservices using Database
- Restful Webservices using Pattern
I have designed the services using all the three methods, and also gone through the code snippets of all the services.
But i cant figure out the exact difference between these three types of web services.