Last updated: Oct 7, 2022

Web Services

Hello Ninjas, do you know that A web service is a collection of open protocols and standards used for exchanging data between applications or systems? Software applications written in various programming languages and running on various platforms can use web services to exchange data over computer networks like the Internet in a manner similar to inter-process communication on a single computer. This interoperability is due to the use of open standards. Let’s explore more about Web Services.

RESTful Web Services

RESTful web services are built to work best on the Web. Restful Web Services is a lightweight, maintainable, and scalable service that is built on the REST architecture. Restful Web Service, expose API from your application in a secure, uniform, stateless manner to the calling client. The calling client can perform predefined operations using the Restful service. The underlying protocol for REST is HTTP. REST stands for REpresentational State Transfer. Let’s learn more about RESTful web services. All the very best Ninjas.
Introduction to RESTful Web Service
This blog will help you to clear your understanding of what exactly is a web service and its advantages with its architecture.
What is a Web Service
This blog will help you to clear your understanding of what exactly is a web service and its advantages with its architecture.
Types of Web Services
This blog will help you to clear your understanding of what are the types of web service and their Benefits.
Difference between Put and Patch Request MEDIUM
In this blog, we will learn about the difference between Put and Patch. We will understand its core concepts and later learn their differences of put and patch request.
Web Service Components
In this blog, we'll learn the fundamentals of Web Service Components.
RESTful - Environment setup
This blog will discuss the RESTful - Environment setup.
RestFul API in ExpressJS MEDIUM
In this blog, we will discuss RestFul API, ExpressJS, and some frequently asked questions. We will also learn how to set up RESTFul API in ExpressJS.
GraphQL vs REST EASY
This article aims to provide a comprehensive comparison between GraphQL and REST, from their underlying principles to practical examples.
RESTful - Application MEDIUM
his article will see RESTful API and its implementation using codes and libraries.
RESTful - Resources
This blog will discuss RESTful - Resources.
RESTful - Addressing EASY
This article briefly explains RESTful Web Services. Through the article, we will get to learn about RESTful Addressing.
RESTful - Method MEDIUM
This article talks about various RESTful methods.
RESTful - Statelessness EASY
In this article, we will see what RESTful is - Statelessness its advantages, disadvantages, and other applications.
RESTful - Caching
In this blog, we will learn about the Channel Assignment Problem, with examples and a coding problem.
Author akscrv
0 upvotes

RESTful-Spring Boot

Hello Ninjas, do you know Spring Boot provides very good support for building RESTful Web Services for enterprise applications? In this blog series, we’ll learn how to build RESTful web services using Spring Boot. Let’s get started with RESTful Spring Boot.
RESTful Web Services Project with Spring Boot MEDIUM
In this article, we will learn to build a RESTful web service project with Spring Boot.
Spring Boot Auto Configuration and Dispatcher Servlet
In this article, we will be learning auto-configuration and dispatcher servlet of Spring Boot.
Enhancing the Hello World Service with a Path Variable MEDIUM
In this article, we will be enhancing the hello world service using a path variable.
Implementing the POST Method to Create User Resource MEDIUM
In this article we will learn about POST method and will implement the same.
Implementing Exception Handling - 404 Resource Not Found
In this article, we will learn about exception handling and implement the same.
Implementing DELETE Method to Delete a User Resource EASY
In this blog, we will learn how to Implement a DELETE method to delete a User Resource in spring boot.
IOC Container in Spring MEDIUM
In this blog, we will learn about IOC Container in Spring. We will understand its core concepts, how to implement it.
Implementing Validations for RESTful Services MEDIUM
In this blog, we will learn how to Implement Validations for RESTful Services in spring boot.
Internationalization of RESTful Services MEDIUM
In this blog, we will learn Internationalization and how to Implement it.
Content Negotiation Implementing Support for XML
In this blog, we will discuss the content negotiation implementing support for XML. We will learn about XML and the types of content negotiation in detail.
Configuring Auto Generation of Swagger Documentation EASY
In this blog, we will discuss everything about configuring auto generation of swagger documentation in detail.
Introduction to Swagger Documentation Format EASY
This blog will discuss swagger documentation. We will begin with some basic concepts. We will then learn about elements and the ways to send swagger documentation.
Enhancing Swagger Documentation With Custom Annotations MEDIUM
This article will discuss all the points associated with enhancing the swagger documentation with custom annotations. We can also look at an example of how to customize the swagger documentation.
Monitoring APIs with Spring Boot Actuator EASY
This article will discuss monitoring APIs with Spring Boot Actuator.
Implementing Static Filtering for RESTful Services EASY
This blog will cover essential aspects of the basics of Swagger, static and dynamic filtering for RESTful Services.
Implementing Dynamic Filtering for RESTful Services MEDIUM
This article incorporates the implementation of dynamic filtering for RESTful Services in detail.
Versioning RESTful Web Services-Basic Approach With URIs EASY
This article incorporates information about why we need to version web API and how we can implement using different methods.
Implementing Basic Authentication with Spring Security MEDIUM
In this blog, we have discussed the implementation of basic authentication with Spring Security in a stepwise manner.
Connecting RESTful Services to JPA MEDIUM
This article will briefly discuss Connecting RESTful Services to JPA.
Updating GET Methods on User Resource to Use JPA MEDIUM
In this blog, we have discussed the process of Updating GET Methods on User Resource to Use JPA in a stepwise manner.
UserResource to use JPA - Updating POST and DELETE methods MEDIUM
In this blog, we have discussed updating the Post and Delete methods on UserResource to use JPA.
Creating Post Entity and Many to One Relationship with User Entity MEDIUM
This blog will focus on creating a post entity with a many-to-one connection with the user entity.
Create a Post for a User Implementing The POST Service MEDIUM
In this blog, we have discussed implementing a post service to create a post for a user in a stepwise manner.
Implementing a GET service to retrieve all Posts of a User MEDIUM
In this blog, we will learn about Implementing a GET service to retrieve all Posts of a User
Richardson Maturity Model
This article will thoroughly discuss the Richardson Maturity Model with its examples.
Author Alisha
0 upvotes