• Private Policy
  • Contact
Follow me
  • English
  • Tiếng Việt
Huong Dan Java
  • Java
    • Java Core
    • Java Lambda Expression
    • Java Fundamentals
    • Java Stream
    • Java Tools
    • Java XML
  • Jakarta EE
    • CDI
    • JSON Binding
    • JSON Processing
    • MVC
    • Persistence
    • RESTful Web Services
    • Servlet
  • Frameworks
    • Apache Camel
    • Apache Struts
    • Javalin
    • gRPC
    • Hibernate
    • Micronaut
    • MicroProfile
    • Mule Enterprise Service Bus
    • OpenId Connect
    • Quarkus
    • Spring
      • Spring AI
      • Spring Authorization Server
      • Spring Boot
      • Spring Cloud Gateway
      • Spring Cloud GCP
      • Spring Cloud Netflix
      • Spring Data JPA
      • Spring Data MongoDB
      • Spring Data R2DBC
      • Spring for Apache Kafka
      • Spring GraphQL
      • Spring Framework
      • Spring Integration
      • Spring MVC
      • Spring Security
      • Spring Session
      • Spring WebFlux
      • Spring WebSocket
    • Spark
    • Vaadin
  • Libraries
    • Apache
      • Apache Commons IO
      • Apache FreeMarker
      • Apache HTTP Components
      • Apache Ignite
      • Apache Tiles
    • AspectJ
    • Database Migration
    • EhCache
    • GraphQL
    • Jackson
    • JSch
    • Log4J
    • Project Lombok
    • Project Reactor
    • Quartz Scheduler
    • Thymeleaf
    • Resilience4j
    • RxJava
  • Testing
    • Mockito
    • PowerMock
    • Selenium
    • Testcontainers
  • Open Source
    • Apache ActiveMQ
    • Apache APISIX
    • Apache Kafka
    • Consul
    • Debezium
    • Distributed Application Runtime
    • Grafana
    • Keycloak
    • Prometheus
    • RabbitMQ
    • Redis
    • SonarQube
  • DevOps
    • Cloud Foundry
    • Cloud Provider
      • Google Cloud Platform
    • Docker
    • Helm
    • Kubernetes
    • Jenkins
    • Nexus Repository Manager
    • OpenShift
  • Tool
    • Apache Ant
    • Apache Maven
    • CVS
    • Eclipse
    • FTP
    • IntelliJ
    • Git
    • Nginx
    • OpenAPI
    • RAML
  • Database
    • Cassandra
    • MongoDB
    • MySQL
    • PostgreSQL
  • Server Runtime
    • Apache Tomcat
    • JBoss WildFly
  • Others
    • JavaScript
    • Huong Dan Java Logger
    • Algorithm
    • mvnForum
    • Questions Management
      • Questions Management – Stage 1
      • Questions Management – Stage 2
  • Books

Page 8

map() method of Mono/Flux object in Project Reactor

map() method of Mono/Flux object in Project Reactor

2 years ago by Khanh NguyenProject Reactor

Unlike the flatMap() method, the map() method of the Mono/Flux object in the Project Reactor will process the item being emitted, synchronously: In the image above, green, yellow, and blue items emitted by Publisher will be processed by the map() method synchronously. The return result… Read More

Generate GraphQL contract server using GraphQL Maven plugin

Generate GraphQL contract server using GraphQL Maven plugin

2 years ago by Khanh NguyenApache Maven

With RESTful API, you can use the OpenAPI Generator Maven plugin to generate source code and just add the implementation for APIs. With GraphQL, you can also do this using the GraphQL Maven plugin. How is it in detail? Let’s find out together in this… Read More

RESTful API documentation with springdoc-openapi library in Spring Boot application

RESTful API documentation with springdoc-openapi library in Spring Boot application

2 years ago by Khanh NguyenOpenAPI

In the previous tutorial, I showed you how to use the Springfox library to create RESTful API documentation according to OpenAPI specification in Spring Boot applications. But Springfox has been out of date for a long time and the springdoc-openapi library is updated continuously and… Read More

Create Maven Archetype for Maven multi-module project

Create Maven Archetype for Maven multi-module project

2 years ago by Khanh NguyenApache Maven

In the previous tutorial, I showed you how to create a Maven Archetype for a normal Maven project. For Maven multi-module projects, how to create Maven Archetype? We will find out together in this article! As an example, I will take an example project of… Read More

Install OpenFeature flagd provider using Docker compose

Install OpenFeature flagd provider using Docker compose

2 years ago by Khanh NguyenOpenFeature

OpenFeature is an open standard that makes it possible to implement the concept of feature flags, on or off features of an application. To use OpenFeature, we need to have a service running outside the application that acts as a provider so that we can… Read More

Integrate Prometheus with OpenTelemetry using Prometheus exporter

Integrate Prometheus with OpenTelemetry using Prometheus exporter

2 years ago by Khanh NguyenOpenTelemetry

In the previous tutorial, I showed you how to add custom metrics using OpenTelemetry SDK metrics and I also used Logging exporter to log this metrics information to the console. In this tutorial, I will show you how to integrate Prometheus with OpenTelemetry using Prometheus… Read More

Initialize Spring Boot project following Clean Architecture using “huongdanjava-clean-architecture-spring-boot-archetype” Maven Archetype

Initialize Spring Boot project following Clean Architecture using “huongdanjava-clean-architecture-spring-boot-archetype” Maven Archetype

2 years ago by Khanh NguyenApache Maven

I introduced you to Clean Architecture and also showed you how to build a Spring Boot project following Clean Architecture. Realizing that initializing the Spring Boot project following Clean Architecture is quite a lot of stages, I built a Maven Archetype to make this simpler.… Read More

Add custom metrics to Java applications using OpenTelemetry SDK metrics

Add custom metrics to Java applications using OpenTelemetry SDK metrics

3 years ago by Khanh NguyenOpenTelemetry

In the previous tutorial, I guided you through OpenTelemetry with the Logging exporter to log information about requests to the application. By default, we will see mainly information about tracers logged. To display more information about metrics, you can add additional code using the OpenTelemetry… Read More

Working with Authorization Server using Spring Security OAuth2 Client

Working with Authorization Server using Spring Security OAuth2 Client

3 years ago by Khanh NguyenSpring Security

In the article Implement OAuth Resource Server using Spring Security OAuth2 Resource Server, I showed you how to protect resources managed by Resource Server using an access token issued by Authorization Server. In the example of this article Implement OAuth Resource Server using Spring Security… Read More

Integrate OpenTelemetry with Java applications

Integrate OpenTelemetry with Java applications

3 years ago by Khanh NguyenOpenTelemetry

OpenTelemetry is a set of tools, APIs, and SDKs that make it possible to generate, collect, and export information about running applications including metrics, logs, and traces. This information can then be imported into other tools to visualize, helping us to promptly grasp the problems… Read More

  • Previous
  • 1
  • …
  • 7
  • 8
  • 9
  • …
  • 78
  • Next

Spring Authorization Server Ebook

Search Google


Announcement

  • Contact Form error should be fixed(20 July, 2021)

Most Viewed

  • Install Node.js on macOS (459,983)
  • Contact (75,483)
  • Push a local GIT repository into a remote GIT repository (65,369)
  • Ignore case sensitive for table name in JPA with Hibernate implementation (38,814)
  • Get base URL in Controller in Spring MVC and Spring Boot (38,006)
  • Access HttpServletRequest and HttpServletResponse in Spring MVC controller (36,728)
  • Implement OAuth Authorization Server using Spring Authorization Server (36,365)
  • Some ways to initialize Optional object in Java (29,928)
  • mvnForum 0.0.4 released (29,731)
  • Get access token using refresh token with Keycloak (29,254)

Recent Comments

  • dianlong on Implement OAuth Authorization Server using Spring Authorization Server
  • Khoan đẹp trai on Apache Maven
  • Raj on Generate JSON data using Java class annotated with JAXB annotation, using Jackson library
  • khoannh on Git
  • Maxi on Configure Web Origin in Keycloak

Links

  • Huong Dan Kotlin

Twitter

Follow @KhanhNguyenJ
  • Private Policy
  • Contact
Theme: GoMedia by ThemeJunkie. Back To Top