• 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

Apache Maven

Generate Java code for service contract in gRPC using Protocol Buffers Maven Plugin

Generate Java code for service contract in gRPC using Protocol Buffers Maven Plugin

8 months ago by Khanh NguyenApache Maven

When working with gRPC applications in Java, using the Protocol Buffer Compiler tool to generate Java code for service contracts is necessary. There are many ways to use this Protocol Buffer Compiler, either you can install and use the Protocol Buffer Compiler file directly here,… Read More

Generate Java class files from WSDL file using JAX-WS Maven Plugin

Generate Java class files from WSDL file using JAX-WS Maven Plugin

1 year ago by Khanh NguyenApache Maven

We use the WSDL file set to define API specs for SOAP Web Service. To easily and conveniently implement SOAP Web Service defined from the WSDL file, you can use the JAX-WS Maven Plugin to generate the necessary Java class files. How is it in… 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 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 tutorial!… 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

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

Run Java web applications with WildFly Maven Plugin

Run Java web applications with WildFly Maven Plugin

2 years ago by Khanh NguyenApache Maven

JBoss WildFly is a Java server runtime that makes it possible to run Java web applications. To facilitate the development process, you can use WildFly Maven Plugin to run the web application we are working on using Maven right away, no need to build the… Read More

Get the information declared in the Apache Maven pom.xml file using the Maven Model library

Get the information declared in the Apache Maven pom.xml file using the Maven Model library

2 years ago by Khanh NguyenApache Maven

In this tutorial, I will show you how to use Apache Maven’s Maven Model library to analyze and get information about dependencies and plugins being used for a Maven project. First, I will create a new Maven project as an example: Maven Model dependency is… Read More

Files to ignore with version control system in Maven project

Files to ignore with version control system in Maven project

3 years ago by Khanh NguyenApache Maven

When working with Maven projects using IDEs such as Eclipse or IntelliJ, you will find that there are many files or folders created, for each individual IDE. In essence, the Maven project does not use these files, so we need to ignore them when pushing… Read More

Generate API contract using OpenAPI Generator Maven plugin

Generate API contract using OpenAPI Generator Maven plugin

3 years ago by Khanh NguyenApache Maven

After defining API specs with RAML, we can use Spring MVC-RAML Maven plugin to generate API contract. With API specs using OpenAPI Specification, you can use OpenAPI Generator Maven plugin to do this. How is it in detail? We will find out together in this… Read More

Generate API contract using Spring MVC-RAML Plugin

Generate API contract using Spring MVC-RAML Plugin

3 years ago by Khanh NguyenApache Maven

After defining API specs with RAML, we will proceed to implement this API specs. If your application is using the Spring framework then you can use Spring MVC-RAML Plugin to generate API contract with Spring framework and just add implementation code. How is it in… Read More

  • 1
  • 2
  • 3
  • 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,708)
  • Contact (71,537)
  • Push a local GIT repository into a remote GIT repository (60,926)
  • Ignore case sensitive for table name in JPA with Hibernate implementation (36,111)
  • Access HttpServletRequest and HttpServletResponse in Spring MVC controller (33,563)
  • Implement OAuth Authorization Server using Spring Authorization Server (32,353)
  • Some ways to initialize Optional object in Java (28,048)
  • Get base URL in Controller in Spring MVC and Spring Boot (27,922)
  • Get access token using refresh token with Keycloak (24,806)
  • mvnForum 0.0.4 released (23,776)

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