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.

TIBCO Web Services: Top Interview Questions and Answers

Web Service Development in TIBCO is one of the key topic that becomes a prime focus when you go for an Interview for a TIBCO developer position in any organization. Keeping that in mind, I am writing this post that covers TIBCO Web services related top interview questions with their answers. You can also refer to… Read More »

TIBCO Tutorial: Using Process Dynamic Override to Call different Sub Processes

While developing TIBCO based solutions, most of the times we are well aware of the sub-process to be called whenever a need arises. However, in certain scenarios, we don’t know at design time which sub process to call to meet a certain requirement. In order to decide the sub process to be called at run-time,… Read More »

Develop REST Web Service in TIBCO Step By Step Tutorial

After going through my blog posts on Developing SOAP Over HTTP Web Service in TIBCO and TIBCO SOAP Web Service over JMS, many people contacted me and asked me to write a step by step tutorial on how to develop REST web services in TIBCO. In this TIBCO BW REST Web Service step by step tutorial, I am… Read More »

TIBCO Activespaces Get Tutorial: How to Get Data from Activespaces in BW Process

In one of my previous tutorials; I explained step by step how to save data to activespace using Put activity in designer process.  This tutorial is a continuation of the same as I am going to explain step by step how to get data from activespace using Get activity of Activespaces palette in TIBCO Designer.

How to Call Java Class Methods in TIBCO By Adding JAR File: Step By Step Tutorial

In one of my previous tutorials, I explained how we can use Java Code activity to write JAVA Code and execute that in a TIBCO Process. In this Step by Step Tutorial, I am going to explain how we can add our custom JAVA Code’s as a JAR file in our TIBCO project and then how to… Read More »

TIBCO EMS Top Interview Questions Answers

TIBCO EMS (Enterprise Messaging Service) is used for communication between processes and applications through a centralized EMS Server. EMS simplifies as well as standardizes integration of complex applications in an enterprise environment. In this post, I am going to talk about TIBCO EMS Interview Questions and Answers based on my experience in this domain.

TIBCO ActiveSpaces Tutorial: How to Save Data In ActiveSpace from TIBCO BW

TIBCO ActiveSpaces is a TIBCO application that  provides a distributed in-memory data grid for an increase in performance by reducing reliance on costly transactional systems. TBCO ActiveSpaces is a right choice to use when you have complex environment with a huge flux of data and you have to go for large number of database operations.… Read More »

Step By Step How to Setup TIBCO EMS In Fault Tolerant Mode

In order to prevent application failure and to keep the systems running smoothly, systems are often configured and setup in a fault tolerant mode with a primary and secondary node so that if application on the primary server fails, secondary server immediately takes over the control to keep everything running transparently. TIBCO EMS Servers are… Read More »

TIBCO File Adapter Publication Service Step By Step Tutorial

TIBCO File Adapter is used to enable flow of information between files and TIBCO Enterprise Service Bus. File Adapters provide publication and subscription services which are used to get the data from the file or to write the data to the file respectively. In this step by step tutorial on File Adapters, you will learn… Read More »

TIBCO Repeat Until True Group Tutorial: How To Loop For Specific Number of Iterations

In TIBCO designer processes, Groups are often used for iterations and running a group of activities (or sometimes even a single activity) for a specific number of times. In this TIBCO Repeat Until True Group tutorial, I will teach you how you can run a loop for X number of times in TIBCO using group looping.