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

Introduce about JShell in Java

Introduce about JShell in Java

8 years ago by Khanh NguyenJava Basic

If you have ever worked with some languages like Python, Scala, you may know we can write code and execute code for those languages using only the command line. This will allow us to test some code without having to do a lot of things,… Read More

Install Anypoint Devkit Plugin in Anypoint Studio

Install Anypoint Devkit Plugin in Anypoint Studio

8 years ago by Khanh NguyenMule ESB

Anypoint Devkit Plugin is not installed with Anypoint Studio by default. So, if you want to create a new Connector for using in your Mule application, the first thing we need to do: install Anypoint Devkit Plugin for Anypoint Studio. In this tutorial, I will… Read More

Introduction about Optional object in Java

Introduction about Optional object in Java

8 years ago by Khanh NguyenJava Basic

In the previous tutorial about NullPointerException in Java, I have presented to you some cases where NPE can occur and how to deal with them to avoid. From Java 8, we have another way to avoid NullPointerException, that will use the Optional object. What is… Read More

Initialize Immutable Collections in Java

Initialize Immutable Collections in Java

8 years ago by Khanh NguyenJava Basic

Immutable Collection likes an Immutable Object, once created, we can not edit anything on that Object or Collection. From Java 8 and earlier, to initialize an Immutable Collection like List, Set, or Map, we will use the unmodifiableXXX() methods in the java.util.Collections class. For example,… Read More

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

  • Previous
  • 1
  • …
  • 68
  • 69
  • 70
  • …
  • 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 (451,898)
  • Contact (73,044)
  • Push a local GIT repository into a remote GIT repository (62,380)
  • Ignore case sensitive for table name in JPA with Hibernate implementation (36,706)
  • Access HttpServletRequest and HttpServletResponse in Spring MVC controller (34,743)
  • Implement OAuth Authorization Server using Spring Authorization Server (33,688)
  • Get base URL in Controller in Spring MVC and Spring Boot (28,443)
  • Some ways to initialize Optional object in Java (28,248)
  • Get access token using refresh token with Keycloak (27,065)
  • mvnForum 0.0.4 released (26,446)

Recent Comments

  • 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
  • Binod on Store RegisteredClient to database in Spring Authorization Server

Links

  • Huong Dan Kotlin

Twitter

Follow @KhanhNguyenJ
  • Private Policy
  • Contact
Theme: GoMedia by ThemeJunkie. Back To Top