• 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 40

Questions Management – Core Option Service – Create core-option-service project using Spring Tool Suite

Questions Management – Core Option Service – Create core-option-service project using Spring Tool Suite

7 years ago by Khanh NguyenQuestions Management

Check out the full series of Questions Management tutorial here. Core Option Service is the last core service of the first stage that we need to create, which is used to manage the options of a question. It also uses the same dependencies as the… Read More

Put data into the model in Spring MVC controller

Put data into the model in Spring MVC controller

7 years ago by Khanh NguyenSpring MVC

In the MVC model, the controller will inject data into the model and these data will be used on the view. In this tutorial, we will learn how to put data into the model in your Spring MVC controller. Spring MVC demonstrates very clearly the… Read More

Questions Management – Core Category Service – Build API to find category by id using Spring WebFlux and Spring Data MongoDB Reactive

Questions Management – Core Category Service – Build API to find category by id using Spring WebFlux and Spring Data MongoDB Reactive

7 years ago by Khanh NguyenQuestions Management

Check out the full series of Questions Management tutorial here. In the previous tutorial, we prepared all the necessary configurations for building the API to find a category by id like: a Category document object containing the information of a category, a CategoryRepository to manipulate… Read More

Access HttpServletRequest and HttpServletResponse in Spring MVC controller

Access HttpServletRequest and HttpServletResponse in Spring MVC controller

7 years ago by Khanh NguyenSpring MVC

In some cases, you will need to access the HttpServletRequest and HttpServletResponse objects in the Spring MVC controller when processing a request URL. At that point, you need to simply add two variables referencing these two objects as parameters of the method. In the example… Read More

Define request URL for a controller in Spring MVC

Define request URL for a controller in Spring MVC

7 years ago by Khanh NguyenSpring MVC

Request URL is a URL that the user will use to access our web application. In this tutorial, we will learn how to define a request URL for a controller in Spring MVC. Define the request URL A controller can handle one or more requests… Read More

Questions Management – Core Question Service – Build the API to get all the questions using Spring WebFlux and Spring Data MongoDB Reactive

Questions Management – Core Question Service – Build the API to get all the questions using Spring WebFlux and Spring Data MongoDB Reactive

7 years ago by Khanh NguyenQuestions Management

Check out the full series of Questions Management tutorial here. In the previous tutorial, we prepared all the necessary configurations to be able to build the API to retrieve all the questions contained in the MongoDB database: a Question document object containing the information of… Read More

Install and use EclEmma, an Eclipse plugin for Java Code Coverage

Install and use EclEmma, an Eclipse plugin for Java Code Coverage

7 years ago by Khanh NguyenEclipse

In the previous tutorial, I introduced you all to a Maven plugin that allows us to generate reports on our code coverage. It’s a little inconvenient, if we’re adding Unit Test to our code and want to know how the code we’ve covered is, so… Read More

Questions Management – Composite Question Service – Create composite-question-service project using Spring Tool Suite

Questions Management – Composite Question Service – Create composite-question-service project using Spring Tool Suite

7 years ago by Khanh NguyenQuestions Management

Check out the full series of Questions Management tutorial here. Composite Service is a service that will call different Core Services to perform the transform, aggregate data from that Core Service. In this first phase of our Question Management application, there will be 2 Composite… Read More

Define controller in Spring MVC

Define controller in Spring MVC

7 years ago by Khanh NguyenSpring MVC

In the previous tutorial, you learned about the components of a controller in Spring MVC, in this tutorial, we will learn together how to define a controller in Spring MVC. Continue with the project which I created in the previous tutorial, as you can see,… Read More

Go to any revision in Git

Go to any revision in Git

7 years ago by Khanh NguyenGit

Being able to go to any revision of code managed by a Version Control System is a very important thing for a programmer. It helps us to see how our code is at that moment. In this tutorial, I will show you how we can… Read More

  • Previous
  • 1
  • …
  • 39
  • 40
  • 41
  • …
  • 77
  • Next

Spring Authorization Server Ebook

Search Google


Announcement

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

Most Viewed

  • Install Node.js on macOS (456,922)
  • Contact (74,988)
  • Push a local GIT repository into a remote GIT repository (64,878)
  • Ignore case sensitive for table name in JPA with Hibernate implementation (38,370)
  • Get base URL in Controller in Spring MVC and Spring Boot (36,655)
  • Access HttpServletRequest and HttpServletResponse in Spring MVC controller (36,529)
  • Implement OAuth Authorization Server using Spring Authorization Server (34,501)
  • Some ways to initialize Optional object in Java (29,807)
  • Get access token using refresh token with Keycloak (28,889)
  • mvnForum 0.0.4 released (28,798)

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