• 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 ActiveMQ
      • 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 APISIX
    • Apache Kafka
    • 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
    • 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

Questions Management

Questions Management – Implement Turbine Stream with RabbitMQ

Questions Management – Implement Turbine Stream with RabbitMQ

6 years ago by Khanh NguyenQuestions Management

Check out the full series of Questions Management tutorial here. I showed you about the Turbine Stream with RabbitMQ in this tutorial, to implement it for Questions Management, first, we need to add Hystrix Stream and Stream Rabbit dependency for API and Composite services as follows:… Read More

Questions Management – Support Turbine Stream – Initialize support-turbine-stream project using Spring Tool Suite

Questions Management – Support Turbine Stream – Initialize support-turbine-stream project using Spring Tool Suite

6 years ago by Khanh NguyenQuestions Management

Check out the full series of Questions Management tutorial here. After having Monitor Dashboard, it’s time to use Turbine Stream to combine data from services and display on Dashboard. You can read more about Turbine Stream here to know more. In this tutorial, I will create… Read More

Questions Management – Support Monitor Dashboard – Implement Hystrix Dashboard

Questions Management – Support Monitor Dashboard – Implement Hystrix Dashboard

6 years ago by Khanh NguyenQuestions Management

Check out the full series of Questions Management tutorial here. After creating the Spring Boot project for Support Monitor Dashboard, now is the time to implement Hystrix Dashboard for Questions Management application. You can refer to the Hystrix Dashboard here. To do this, first you need… Read More

Questions Management – Support Monitor Dashboard – Initialize support-monitor-dashboard project using Spring Tool Suite

Questions Management – Support Monitor Dashboard – Initialize support-monitor-dashboard project using Spring Tool Suite

6 years ago by Khanh NguyenQuestions Management

Check out the full series of Questions Management tutorial here. After applying the Circuit Breaker for Questions Management using Hystrix, now is the time to build a Monitor Dashboard using Hystrix Dashboard to monitor all services call to other services. To do this, the first step… Read More

Questions Management – Enable Circuit Breaker for API and Composite services using Hystrix from Spring Cloud Netflix

Questions Management – Enable Circuit Breaker for API and Composite services using Hystrix from Spring Cloud Netflix

6 years ago by Khanh NguyenQuestions Management

Check out the full series of Questions Management tutorial here. Applying Circuit Breaker for services in Questions Management application is very important to ensure that problems occur that need solutions to solve quickly and promptly. I will use Hystrix to do this. You can learn more… Read More

Questions Management – Frontend – Call the API Gateway

Questions Management – Frontend – Call the API Gateway

6 years ago by Khanh NguyenQuestions Management

Check out the full series of Questions Management tutorial here. We have built the API Gateway for Questions Management application, now is the time to edit the Frontend so that it only calls to the Microservice system of this application through the API Gateway. There are… Read More

Questions Management – Support Edge Server – Implement API Gateway using Zuul Proxy of Spring Cloud Netflix

Questions Management – Support Edge Server – Implement API Gateway using Zuul Proxy of Spring Cloud Netflix

6 years ago by Khanh NguyenQuestions Management

Check out the full series of Questions Management tutorial here. After creating a support-edge-server project, now is the time to go into the API Gateway implementation using the Zuul Proxy of Spring Cloud Netflix for Questions Management application. As I introduced Zuul Proxy in this tutorial,… Read More

Questions Management – Support Edge Server – Initialize support-edge-server project using Spring Tool Suite

Questions Management – Support Edge Server – Initialize support-edge-server project using Spring Tool Suite

6 years ago by Khanh NguyenQuestions Management

Check out the full series of Questions Management tutorial here. The Edge Server, another call of the API Gateway, is a very important part of a Microservice application, it will be the gateway for external applications to call the application’s internal services. I have introduced you… Read More

Questions Management – Load balancing using Ribbon of Spring Cloud Netflix

Questions Management – Load balancing using Ribbon of Spring Cloud Netflix

6 years ago by Khanh NguyenQuestions Management

Check out the full series of Questions Management tutorial here. I introduced you to client load balancing using Spring Cloud Ribbon with its benefits. To ensure High Availability for services in the Questions Management application, I will apply the client load balancing using Spring Cloud Ribbon… Read More

Questions Management – Register services with Eureka Server using Eureka Discovery of Spring Cloud Netflix

Questions Management – Register services with Eureka Server using Eureka Discovery of Spring Cloud Netflix

6 years ago by Khanh NguyenQuestions Management

Check out the full series of Questions Management tutorial here. Our Questions Management application currently has 8 services including 3 Core Service, 2 Composite Service, and 3 API Service. To register them with Eureka Server, as I mentioned in the tutorial Register services with Eureka Server… Read More

  • 1
  • 2
  • …
  • 8
  • Next

Spring Authorization Server Ebook

Search Google


Announcement

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

Most Viewed

  • Install Node.js on macOS (443,661)
  • Contact (71,525)
  • Push a local GIT repository into a remote GIT repository (60,890)
  • Ignore case sensitive for table name in JPA with Hibernate implementation (36,108)
  • Access HttpServletRequest and HttpServletResponse in Spring MVC controller (33,554)
  • Implement OAuth Authorization Server using Spring Authorization Server (32,347)
  • Some ways to initialize Optional object in Java (28,048)
  • Get base URL in Controller in Spring MVC and Spring Boot (27,919)
  • Get access token using refresh token with Keycloak (24,795)
  • mvnForum 0.0.4 released (23,765)

Recent Comments

  • 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
  • Binod on Store RegisteredClient to database in Spring Authorization Server
  • Khanh Nguyen on “Spring Authorization Server – From the basics – Second Edition” Book

Links

  • Huong Dan Kotlin

Twitter

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