• 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
  • Jarkata EE
    • CDI
    • JSON Binding
    • JSON Processing
    • MVC
    • Persistence
    • RESTful Web Services
    • Servlet
  • Frameworks
    • Apache Camel
    • Apache Struts
    • Javalin
    • Hibernate
    • Micronaut
    • Mule Enterprise Service Bus
    • OpenId Connect
    • Quarkus
    • Spring
      • Spring Authorization Server
      • Spring Boot
      • Spring Cloud Gateway
      • Spring Cloud GCP
      • Spring Cloud Netflix
      • Spring Data JPA
      • Spring Data MongoDB
      • Spring GraphQL
      • Spring Framework
      • Spring GraphQL
      • 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
      • Apache Tomcat
    • AspectJ
    • Database Migration
    • EhCache
    • GraphQL
    • Jackson
    • JSch
    • Log4J
    • Project Lombok
    • Project Reactor
    • Quartz Scheduler
    • Thymeleaf
    • RxJava
  • Testing
    • Mockito
    • PowerMock
    • Selenium
  • Open Source
    • Apache Kafka
    • Keycloak
    • RabbitMQ
    • Redis
    • SonarQube
  • DevOps
    • Cloud Foundry
    • 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
  • Application
    • Huong Dan Java Logger
    • Questions Management
      • Questions Management – Stage 1
      • Questions Management – Stage 2
    • mvnForum
  • Others
    • Algorithm
    • JavaScript
  • Books

Questions Management

Questions Management – Implement Turbine Stream with RabbitMQ

Questions Management – Implement Turbine Stream with RabbitMQ

4 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

4 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

4 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

4 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

4 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

4 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

4 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

4 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

4 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

4 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 (350,812)
  • Contact (59,740)
  • Put the local GIT repository into the remote GIT repository (41,889)
  • Ignore case sensitive for table name in JPA with Hibernate implementation (33,779)
  • Access HttpServletRequest and HttpServletResponse in Spring MVC controller (29,885)
  • Implement OAuth Authorization Server using Spring Authorization Server (26,387)
  • Some ways to initialize Optional object in Java (26,257)
  • Get base URL in Controller in Spring MVC and Spring Boot (23,083)
  • Get access token using refresh token with Keycloak (20,980)
  • Archive the artifacts in Jenkins (18,592)

Recent Comments

  • mark stevens on Spring Authorization Server
  • jack on Implement OAuth Resource Server using Spring Security OAuth2 Resource Server
  • Same Here on Configure Web Origin in Keycloak
  • Angel on Token revocation with Spring Authorization Server
  • Dinh on Configure Web Origin in Keycloak

Links

  • Huong Dan Kotlin
  • Private Policy
  • Contact
Theme: GoMedia by ThemeJunkie. Back To Top
Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

Refresh