REST API
REST - REpresentational State Transfer is a web based architecture and uses HTTP protocol for data communication.
The following HTTP methods are commonly used in REST architecture:
GET, PUT, DELETE, POST
1) Create "Dyanamic Web Project" - Add web.xml while creating Java Dynamic Web Project.
2) Import Jersey Jar file inside lib folder in WEB-INF. (Get Jersey Jar File from https://jersey.github.io/download.html)
The following HTTP methods are commonly used in REST architecture:
GET, PUT, DELETE, POST
1) Create "Dyanamic Web Project" - Add web.xml while creating Java Dynamic Web Project.
2) Import Jersey Jar file inside lib folder in WEB-INF. (Get Jersey Jar File from https://jersey.github.io/download.html)
Looks good!
ReplyDelete