Blog Archives

Containerizing Spring Boot Applications with Buildpacks

Step 3: I have added a simple controller to test the application once we run the docker container of our Spring Boot app. Below is the controller code. This file contains bidirectional Unicode text that may be interpreted or compiled differently

Tagged with: , , , , ,
Posted in Containers, Java, Spring, Spring Boot

Build Reactive REST APIs with Spring WebFlux – Part3

Photo by Chris Ried on Unsplash In continuation of the last article, we will see an application to expose reactive REST APIs. In this application, we used, Spring Boot with WebFlux Spring Data for Cassandra with Reactive Support Cassandra Database

Tagged with: , , , , ,
Posted in Java, Microservices, Reactive Programming, Spring, Spring Boot

Build Reactive REST APIs with Spring WebFlux – Part2

                            In continuation of the last post, in this article, we will see the reactive streams specification and one of its implementation called Project Reactor. Reactive Streams

Tagged with: , , , , ,
Posted in Java, Microservices, Reactive Programming, Spring, Spring Boot

Are you ready to see GraphQL in action?

Demonstrate of GraphQL with Spring Boot

Tagged with: , , ,
Posted in GraphQL, Spring Boot

Spring Boot Admin – Admin UI for administration of spring boot applications

               As part of microservices development, many of us are using Spring Boot along with Spring Cloud features. In the microservices world, we will have many Spring Boot applications which will be running on

Tagged with:
Posted in Spring, Spring Boot

What most people are searching on google? Lets explore google hot trends…

                                                     In this article we will see an second example Spring batch application. To create

Tagged with: , ,
Posted in Spring, Spring Batch

Get Twitter Trends Using Spring Batch

                      In this article we will see a sample Spring Batch application. We will try to use Twitter Trends API to get the trends response and parse it. The below diagram depicts

Tagged with: ,
Posted in Spring, Spring Batch

Spring Batch – A Batch Framework Introduction

                     In this article we will see Spring Batch, a batch framework built on top of Spring framework. Before getting into Spring Batch, let us understand What is batch programming? A

Tagged with:
Posted in Spring, Spring Batch

Creating RESTful services using Spring

                                          Before spring supported REST, we used Jersy, RESTeasy, Restlet kind of frameworks to build the REST web services. From

Tagged with:
Posted in REST Services, Spring
Dzone.com
DZone

DZone MVB

Java Code Geeks
Java Code Geeks
OpenSourceForYou