Author Archives: Ajmal Abbasi

About Ajmal Abbasi

Ajmal Hussain Abbasi is Integration Consultant By Profession with 13+ years experience in Integration domain mainly with TIBCO products. He has extensive practical knowledge of TIBCO Business Works, TIBCO Cloud, TIBCO Flogo, TIBCO Mashery, TIBCO Spotfire, EMS and TIBCO ActiveSpaces. He has worked on a number of highly critical integration projects in various sectors by using his skills in TIBCO Flogo, TIBCO API Management (Mashery), TCI, Tibco Designer, TIBCO Business Studio, Adapters, TIBCO EMS, RV, Administrator, TIBCO BE, TIBCO ActiveSpaces etc. Ajmal Abbasi has experience with MuleSoft ESB as well. Ajmal Abbasi is also experienced in the area of API Management particularly with WSO2 API management platforms. Ajmal Abbasi is also experienced in developing solutions using Core Java and J2EE Technologies. You can contact Ajmal Abbasi for Consultancy, Technical Assistance and Technical Discussions.

XML to JSON and JSON To XML Conversion Using TIBCO REST & JSON Plugin

In one of my previous tutorials, I explained step by step how to develop JSON based REST Service in TIBCO BW. For REST based services, we often come across use cases where we need to Convert XML to JSON and JSON To XML REST. For this purpose, TIBCO REST & JSON palette provided two activities… Read More »

JSON REST Service in TIBCO BW Step by Step Tutorial

In one of my previous tutorials, I explained step by step how to create a RESTful service using TIBCO Rest & JSON Plugin with XML as input and output for the service method. In this tutorial, I will explain step by step how to Develop JSON REST service using TIBCO REST and JSON Plugin. This… Read More »

TIBCO REST Service: How to Work with Template Style Attribute

While working with REST & JSON Plugin in TIBCO BW5, for passing parameters to a REST Service, one can use query, header or template style of parameters to pass any information from the client to the REST Service. While Query and Header style parameters are self-explanatory as per their names; i.e. parameters are passed as… Read More »

Step By Step Tutorial How to Generate Self Signed Certificate Using Portecle

Portecle is a user friendly GUI application for creating, managing and examining keystores, keys, certificates, certificate requests, certificate revocation lists and more. In this tutorial, I will explain step by step process to generate self signed certificate using Portecle. You will learn how we can create keystore and also how we can export public certificate.

Using Override Transaction Behavior in TIBCO JDBC Palette

For database DML statements (Update, Insert, Delete), It is always a preferred approach to include all related activities in a JDBC Transaction group so that all statements are committed or rolled back together in order to ensure data accuracy and to avoid any anomalies in the database records. However, there are scenarios where a developer… Read More »

Understanding 3 Ts of Integration

In a network of heterogeneous applications and systems in any organization, Integration between these systems and applications plays a key role in achieving the business goals and to optimize the performance of all the systems involved. When it comes to integration, 3 Ts of Integration are the primary focus which are Translation, Transformation and Transfer.… Read More »

How to Enable TLS V 1.2 in TIBCO BW 5

Data integrity and security is among the top concerns when it comes to integrate diverse applications and systems communicating through public internet with significant potential threats from the cyber attackers. To deal with this, SSL is used which is a standard technology for enabling encrypted secured communication between the two parties. SSL has also gone… Read More »

Understanding Message communication patterns for Application Integration

Transfer of messages between connected applications and systems plays primary role in Enterprise Application Integration as its the sole purpose that integration platform serves sitting in between the entire network of connected applications. When it comes to the pattern of communication to be followed; there are several choices that can be considered to meet the… Read More »

An Overview of One-Way SSL and Two-Way SSL

SSL (Secure Socket Layer) is the standard technology used for enabling secure communication between a client and sever to ensure data security & integrity. SSL has evolved with time and several versions have been introduced to deal with any potential vulnerabilities. SSL V2 released in 1995 was the first public version of SSL followed by… Read More »