TIBCO BW5 Java Tutorial: How to Use Java Method and XML to Java Activities

TIBCO BW Provides dozens of ready to use palette activities which can be dragged & dropped in the design panel and configured to create simple to complex process flows for implementing different types of integration flows in a very easy and efficient manner. However, there can be scenarios where some custom code needs to be… Read More »

ESB Introduction: An Overview of ESB Concepts, Capabilities, Benefits & Challenges

In any organization, data transfer between multiple systems to achieve business goals is very crucial as well as very critical. Organizations want to ensure that all systems in their business domain are integrated efficiently and systems can collaborate and coordinate to fulfil greater business needs by sharing data with each other when and as desired.… Read More »

MuleSoft RAML REST API Designing Tutorial

RAML (RESTful API Modelling Language) is quite popular and widely used by API Designers to define API Blue-prints in an intuitive manner. API specifications designed using MuleSoft RAML are considered highly readable by humans as well as computer programs as they follow certain standards and API components are well defined in a hierarchical manner. In… Read More »

OAuth 2.0 Introduction: An Overview of How OAuth2 Works?

OAuth 2.0 which is a successor of OAuth 1.0 is a widely used authorization framework (sometimes referred as authorization protocol) which enables third party applications to access protected resources from resource servers on behalf of resource owners in a secured, reliable manner. In this post, I will explain how OAuth works, what are different OAuth… Read More »

OpenSSL Step by Step Tutorial: How to Generate Self Signed Certificate, Keys and CSR Using OpenSSL

OpenSSL is a widely used and a well known open source tool for generating self signed certificates, private keys, CSRs (Certificate Signing Requests) and for converting certificates from one format to another. Other than OpenSSL, Java Key Took is also a commonly used command line tool for certificates, keys and CSRs generation and I have… Read More »

MuleSoft DataWeave Tutorial: XML & JSON Transformations Using Data Weave

MuleSoft is equipped with a powerful expression language called DataWeave which provides great flexibility and features to perform different type of transformations on payload and convert data in XML, JSON formats based on user-defined metadata in an efficient manner. In this video tutorial, I have explained step by step how to use MuleSoft DataWeave to… Read More »

MuleSoft Send Email Tutorial: Send Email Using Gmail SMTP With Attachment

MuleSoft AnyPoint Platform provides various components as part of Mail Module for sending and receiving email messages using SMTP, POP3 and IMAP. Sending Emails in Message Flows using Email Connectors is often required as part of different use cases. In this MuleSoft Email Tutorial , I have explained how we can send email with attachment… Read More »

MuleSoft SSL/TLS Tutorial | How to Configure One-Way & Two-Way (Mutual) SSL for Mule Application

In MuleSoft, any REST services can be secured through SSL/TLS and we can opt for one-way SSL or two-way (Mutual) SSL/TLS for our web services. In this MuleSoft SSL/TLS video tutorial, I have explained step by step how to implement Mule REST Service with One-Way and Two-Way SSL/TLS and configure SSL on Server as well… Read More »

MuleSoft Database Tutorial: Insert Data in Oracle Database Using Message Flow in AnyPoint Studio

In one of the earlier tutorial, I explained how we can query data from Oracle database using MuleSoft. In this MuleSoft database tutorial, I will explain & demonstrate step by step how we can insert data in Oracle Database using MuleSoft anypoint studio.

TIBCO BW6 SOAP Web Service Video Tutorial

TIBCO BW6 provides a very convenient and user-friendly IDE called Business Studio which helps creating integration flows and services without hassle of conventional coding and just by adding palette activities in the design flow to integrate different types of applications and systems. Implementation of SOAP Web Services in TIBCO BW6 is also very convenient and… Read More »