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.

SOAP Vs REST: Developing Web Services in TIBCO

After writing Step by Step tutorials on Developing SOAP HTTP Web Service in TIBCO, SOAP JMS Web Service in TIBCO and RESTFul Web Service in TIBCO, some people asked me to write about differences between SOAP and RESTful Web services and also about Pros and Cons of using SOAP or RESTful web services in TIBCO.… Read More »

TIBCO HAWK Top Interview Questions and Answers

After writing TIBCO BW Interview Questions, TIBCO BE Interview Questions, TIBCO EMS Interview questions and various other topics interview questions answers on my blog; some people asked me to write Top Interview Questions and answers for TIBCO HAWK as well. This post is being written to cover TIBCO HAWK interview questions for those who are preparing… Read More »

Useful Tips and Tricks for TIBCO BW Developers

Well today I have decided not to write some step by step tutorial on any TIBCO Topic, rather I am going to talk about some of the useful Tips and Tricks for TIBCO BW designer based projects that can be very helpful for any TIBCO Development guy. Experienced TIBCO professionals might be aware of these things… Read More »

TIBCO For Each Group Tutorial: Removing Duplicate Data

While dealing with files data in TIBCO BW, you often come across situations where large files have duplicate data and you want to process only duplicate-free data. In this TIBCO For Each Group tutorial, I will explain how we can read data from a file, parse the data based on a data format and then use… Read More »

JAVA JSP Hibernate Step By Step Tutorial With Oracle Database

In this Java JSP Hibernate Tutorial, I am going to explain in details how to create a MVC (Model View Controller) based web application in JAVA using JSP as front end technology, Hibernate technology for persistence at Model Layer to store data to and fetch data from Oracle database, Servlets as Controllers and JAVA classes… Read More »

TIBCO Tutorial: How to Process JDBC Query Results in Subsets

When using JDBC Query in TIBCO Processes, there can be cases where you are getting a large number of records as query result but you don’t want to process and use all the records altogether. Rather you want JDBC Query Results to be processed as subsets. In this Step by Step JDBC Tutorial, I will… Read More »

TIBCO LibraryBuilder: How to Create and Import Design Time Libraries in TIBCO

While working in TIBCO Projects, you often come across situations where teams are working on multiple projects and there are certain common functionality that is reusable among different projects. Instead of reinventing the wheel in every project and doing duplicate things; TIBCO provides options to create design time libraries using LibraryBuilder and then share it… Read More »

TIBCO JDBC Batch Update Tutorial: Insert Multiple Records With One JDBC Update Activity

JDBC Update activity from JDBC Palette is used to update database records or insert new records. In the configuration tab of JDBC Update activity, you can write SQL query to insert new record. What if you want to insert multiple records to a database table in a batch? In this tutorial, I will explain how… Read More »

TIBCO Tutorial: Retrieve Concrerte WSDL Using RetrieveResources and Save To a File

In one of my previous step by step tutorials I explained how we can use  SOAP Event Source to expose a BW Process as Web Service. In this TIBCO Retrieve Concrete WSDL tutorial, I am going to explain how you can use SOAP Palette activity RetrieveResources to retrieve Concrete WSDL from that process and then save it to… Read More »

TIBCO HAWK Step By Step Tutorial For Adding New Monitoring Rules

TIBCO HAWK is a well known and widely used monitoring tool used to monitor distributed applications and processes in real time to take necessary corrective and pre-emptive actions at the right time to avoid major financial losses for the businesses. In this step by step HAWK tutorial, I am going to explain how to create… Read More »