• 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

Mule ESB

Consume SOAP Web Service using Web Service Consumer in Mule ESB

Consume SOAP Web Service using Web Service Consumer in Mule ESB

7 years ago by Khanh NguyenMule ESB

To consume a SOAP Web Service in the Mule ESB, in addition to using the CXF Component, we can also use the Web Service Consumer Connector. How is it in details? We will find out in this tutorial. First, I will create a new Maven… Read More

Introduce about Data Weave in Mule ESB

Introduce about Data Weave in Mule ESB

7 years ago by Khanh NguyenMule ESB

In Mule ESB, in addition to existing transformers such as Byte Array to String, Object to JSON, XML to JSON,… we can use DataWeave to transform more complex data types, from input to output, in a flexible way. In this tutorial, I will introduce you… Read More

Expose SOAP Web Service using CXF component in Mule ESB

Expose SOAP Web Service using CXF component in Mule ESB

7 years ago by Khanh NguyenMule ESB

The CXF component in the Mule ESB uses the Apache CXF library to help us create a SOAP Web Service or consume from a SOAP Web Service. In this tutorial, I will show you how to use CXF component in Mule ESB to create a… Read More

Using JPA in Mule ESB application

Using JPA in Mule ESB application

8 years ago by Khanh NguyenMule ESB

In the previous tutorial, I introduced you to the Database connector to connect and manipulate many types of databases in the Mule ESB application. Unfortunately, when using this Database connector, we have to use Native Query, each type of database, we have to have query… Read More

Configure Database connector in Anypoint Studio

Configure Database connector in Anypoint Studio

8 years ago by Khanh NguyenMule ESB

The Database connector in Mule ESB is a connector that help us easy to connect and manipulate different types of databases. In this tutorial, I will guide to you all how to configure this connector in Anypoint Studio. OK, now suppose you have dragged the… Read More

Install Mule JPA module in Anypoint Studio

Install Mule JPA module in Anypoint Studio

8 years ago by Khanh NguyenMule ESB

To work with JPA in Mule ESB application, we have many ways and one of them is to use Mule JPA module. By default, this module is not installed in Anypoint Studio. So, if you have a need to use JPA in your Mule ESB… Read More

Invoke method of an object using Invoke Component in Mule ESB

Invoke method of an object using Invoke Component in Mule ESB

8 years ago by Khanh NguyenMule ESB

In this tutorial, I will show you how to invoke method of an object using Invoke Component in Mule ESB. First, I will create a new project as an example: Now, I will create a new HelloWorld object in the com.huongdanjava.muleesbinvokecomponent package. With the following… Read More

Create Connector using Devkit in Anypoint Studio

Create Connector using Devkit in Anypoint Studio

8 years ago by Khanh NguyenMule ESB

In the previous tutorial, I showed you how to create a new Anypoint Connector Project to start creating a new custom Connector and use it in your Mule application. In this tutorial, I will go into details how to create Connector using Devkit in Anypoint… 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

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

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

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