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 BW SOAP Web Services Best Practices

SOAP Web Service are among the popular integration approaches when it comes to integrate different types of systems & applications for any integration projects. When implementing SOAP Services in TIBCO BusinessWorks, TIBCO BW SOAP Web Services Best Practices need to be kept in mind in order to ensure that services are robust and perform well.… Read More »

How to Use Basic Authentication for HTTP Receiver in TIBCO

HTTP Receiver based processes are implemented to expose services in REST fashion on specified URLs. For HTTP based services, you can use Basic Authentication mechanism for clients to send authorization header in the format Authorization: Basic <credentials> where credentials are encoded in base64 having username and password separated by a colon (:). In this post,… Read More »

API Design Best Practices and Design Principles

In one of my previous posts, I explained what API’s are and why API Management matters for an organization and why an organization should think seriously to invest in on-boarding some sophisticated API Management tool to better expose their APIs to the outer world and benefit from it. With API Management at the top, a… Read More »

TIBCO BW6 Business Studio How to Create Archive (EAR)

In one of my previous tutorials, I explained step by step how to develop a REST web service in TIBCO BW6. This tutorial is a continuation to the same and you will learn how to Create EAR in TIBCO BW 6 from your project in business studio which can be later deployed in a domain.

Difference Between TIBCO BW5 Administrator and BW6 TEA

After a great success of TIBCO BW5 in the market; with worldwide acceptance and a rapid growth and enabling a huge number of customers to achieve their business goals in an efficient manner by utilizing the powers of BusinessWorks 5.xx; TIBCO has introduced BW6 with major advancements and changes to meet the market demands. New… Read More »

Develop REST Service in BW6 Step by Step Tutorial

In BW5, REST & JSON Plugin is required if you want to develop a REST service as I explained in BW5 REST Service Tutorial. However, in BW6, TIBCO has provided direct support for REST services and you can design and develop REST based services without need of any additional plugins. In this post, I will… Read More »

Why API Management is Important for Any Organization?

APIs are everywhere and they are serving a diverse set of needs for heterogeneous set of customers by enabling developers to build applications using the APIs and entertain the end-user needs. The advent of API based development model has greatly transformed the architectural patterns with a more sophisticated approach of application development without re-invention of… Read More »

An Overview of API Management and How API Management Works

The term API is one of the most talked terms in the integration domain with the growth in service based business models and with growing need of an inter-connected Eco-system of software applications and IT systems. Whenever there is anything gaining widespread usage; management becomes a crucial need for it and same is the case… Read More »

TIBCO BW Designer Project Best Practices

Just like developing a solution in any programming language, while designing and developing integration solutions using TIBCO Designer, it is always recommended to follow best practices defined in general or any best practices formulated in your own organization to ensure that all project artifacts are rightly designed, developed, organized and assembled. Following the best practices… Read More »