• 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
    • MVC
    • Persistence
    • RESTful Web Services
    • Servlet
  • Frameworks
    • 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 Framework
      • 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
    • 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
    • Kubernetes
    • Jenkins
    • Nexus Repository Manager
    • OpenShift
  • Tool
    • Apache Ant
    • Apache Maven
    • CVS
    • Eclipse
    • FTP
    • IntelliJ
    • Git
    • Nginx
    • RAML
    • OpenAPI
  • Database
    • MongoDB
    • MySQL
    • PostgreSQL
  • Application
    • Huong Dan Java Logger
    • Questions Management
      • Questions Management – Stage 1
      • Questions Management – Stage 2
    • mvnForum
  • Others
    • Algorithm
    • JavaScript
  • Week of HDJ

Questions Management

Questions Management – Implement Turbine Stream with RabbitMQ

Questions Management – Implement Turbine Stream with RabbitMQ

3 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

3 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

3 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

3 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

3 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

3 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

3 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

3 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

3 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

3 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

Search Google








Announcement

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

Most Viewed

  • Install Node.js on macOS (280,224)
  • Ignore case sensitive for table name in JPA with Hibernate implementation (29,402)
  • Contact (26,807)
  • Access HttpServletRequest and HttpServletResponse in Spring MVC controller (24,531)
  • Some ways to initialize Optional object in Java (21,038)
  • Create and use HTTP Client connection pool (16,565)
  • Implement OAuth Authorization Server using Spring Authorization Server (15,696)
  • Put the local GIT repository into the remote GIT repository (15,652)
  • Install SonarQube using Docker (15,209)
  • Archive the artifacts in Jenkins (15,190)

Recent Comments

  • abdou on Store RegisteredClient to database in Spring Authorization Server
  • gao on Send STOMP message to a specific user with Spring WebSocket
  • Mary on Send STOMP message to a specific user with Spring WebSocket
  • Tiru on Many-many relationship with extra columns in JPA
  • Khanh Nguyen on Send STOMP message to a specific user with Spring WebSocket

Links

  • Huong Dan Kotlin
  • Private Policy
  • Contact
Theme: GoMedia by ThemeJunkie. Back To Top