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

Create new Anypoint Connector Project using Anypoint Studio

Create new Anypoint Connector Project using Anypoint Studio

8 years ago by Khanh NguyenMule ESB

DevKit is an important tool of the MuleSoft Anypoint Platform, allowing us develop new components, connectors beside the default components providing by Mule ESB. In this tutorial, I will guide you all how to create Anypoint Connector Project in Anypoint Studio to start developing a… Read More

Basic about Jakarta EE RESTful Web Services

Basic about Jakarta EE RESTful Web Services

8 years ago by Khanh NguyenJakarta EE RESTful Web Services

Jakarta EE RESTful Web Services define the required specification of a RESTful Web Service in Java. Make it possible for us to implement RESTful Web Services applications with Java. In this tutorial, I will introduce the basics of Jakarta EE RESTful Web Services that you… Read More

Using JMS Endpoint for ActiveMQ in Mule ESB application

Using JMS Endpoint for ActiveMQ in Mule ESB application

8 years ago by Khanh NguyenMule ESB

I showed you all how to configure JMS Endpoint in the previous tutorial. In this tutorial, I will do an example of using JMS Endpoint for ActiveMQ in the Mule ESB application to see how it works. So what is our problem? Suppose, we have… Read More

Configure JMS Endpoint for ActiveMQ in Anypoint Studio

Configure JMS Endpoint for ActiveMQ in Anypoint Studio

8 years ago by Khanh NguyenMule ESB

JMS Endpoint in Mule ESB makes us easy to send or receive messages from Queues, Topics of the libraries that implement the JMS specifications. In this tutorial, we will learn how to configure JMS Endpoint for ActiveMQ in Anypoint Studio. Suppose, you have dragged JMS… Read More

Add new Topic in ActiveMQ

Add new Topic in ActiveMQ

8 years ago by Khanh NguyenActiveMQ

In this tutorial, I will guide you all how to add a new Topic in ActiveMQ. Like adding a new Queue in ActiveMQ, adding a Topic in ActiveMQ is as easy as adding a new Queue in ActiveMQ. First, let start ActiveMQ and log on… Read More

Data type of Lambda Expression in Java

Data type of Lambda Expression in Java

8 years ago by Khanh NguyenJava Basic

In Java, we know that two types of data are primitive and object. So, Lambda Expression is defined as an anonymous function, what is its data type? In this tutorial, let’s find out together! OK, as I mentioned earlier, Lambda Expression is used with a… Read More

Add new Queue in ActiveMQ

Add new Queue in ActiveMQ

8 years ago by Khanh NguyenActiveMQ

In the previous tutorial, you learned how to install and run the ActiveMQ server. In this tutorial, I will guide you all how to add new Queue in ActiveMQ. First, I must say that adding a new Queue in ActiveMQ cannot be easier. You just… Read More

Talking about Serialization in Java

Talking about Serialization in Java

8 years ago by Khanh NguyenJava Basic

Serialization is a concept that allows us to convert the state of a Java object into a certain format so that this Java object can be stored somewhere and then it will be used by another process. Normally, when using Serialization, our Java object will… Read More

Install Apache Maven on macOS

Install Apache Maven on macOS

8 years ago by Khanh NguyenApache Maven

In this tutorial, I will guide you all how to install Apache Maven on your macOS. First, please download the latest version of Apache Maven at https://maven.apache.org/download.cgi. On macOS or Linux, we will download the bin.tar.gz file and on Windows, it is the bin.zip file.… Read More

Using @Data annotation in Project Lombok

Using @Data annotation in Project Lombok

8 years ago by Khanh NguyenLombok

You are tired of declaring the Getter, Setter, toString(), equals() and hashCode() method for each class that we want to use these methods. Using @Data annotation in Project Lombok can help us avoid this problem. Let’s create a Maven project for example: With Project Lombok dependency… Read More

  • Previous
  • 1
  • …
  • 70
  • 71
  • 72
  • …
  • 78
  • Next

Spring Authorization Server Ebook

Search Google


Announcement

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

Most Viewed

  • Install Node.js on macOS (459,424)
  • Contact (75,415)
  • Push a local GIT repository into a remote GIT repository (65,201)
  • Ignore case sensitive for table name in JPA with Hibernate implementation (38,728)
  • Get base URL in Controller in Spring MVC and Spring Boot (37,936)
  • Access HttpServletRequest and HttpServletResponse in Spring MVC controller (36,677)
  • Implement OAuth Authorization Server using Spring Authorization Server (35,807)
  • Some ways to initialize Optional object in Java (29,906)
  • mvnForum 0.0.4 released (29,571)
  • Get access token using refresh token with Keycloak (29,174)

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