Key Terminology of Web Services Request and Response Message Exchange Format: XML and JSON Service Provider or Server Service Consumer or Client…
difference between soap and rest
-
-
Web Services Components There are two components of web services: Web Service Description Language (WSDL) Universal Description Discovery and Integration (UDDI) Web…
-
Enhancing the Hello World Service with a Path Variable The @PathVariable annotation is used to extract the value from the URI. It…
- Java TechnologyJava Web Services Tutorial
Updating POST and DELETE methods on UserResource to use JPA
Updating POST and DELETE methods on UserResource to use JPA In this section, we will convert deleteUser() method and createUser() method to…
-
Content Negotiation Implementing Support for XML In this section, we will discuss another concept of RESTful Web Services that is content negotiation.…
-
Implementing POST Service to Create a Post for a User In this section, we will enable post-operation to create a post for…
- Java TechnologyJava Web Services Tutorial
Implementing a GET service to retrieve all Posts of a User
Implementing a GET service to retrieve all Posts of a User In this section, we will retrieve all the posts of a…
-
Implementing DELETE Method to Delete a User Resource In this section, we will implement a delete method to delete a user resource.…
-
Richardson Maturity Model Richardson Maturity Model grades API by their RESTful maturity. It is proposed by Leonard Richardson. The Richardson maturity model…
-
Monitoring APIs with Spring Boot Actuator Spring Boot Actuator Spring Boot provides the actuator to monitor and manage applications effectively. It is…