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 Process to List All Files in a Folder and Insert Into Database

While working on some file based tibco projects, I came across a situation where I need to put a large number of files names from a directory to a database table so that another application can fetch the file names from the database and perform its own actions for the files. In this post, I… Read More »

Java Code to Rename Files in Bulk in a Folder

While developing a Java application, you may come across a scenario where you have a large number of files in a folder which don’t have required naming standards or conventions that you are in need of. In such a situation, you will wish to have a piece of code that can rename all the files… Read More »

15 Most Popular TIBCO Tutorials on TutorialsPedia

Step by step TIBCO tutorials written by me on tutorialspedia.com have got a great public response and thousands of people have visited the blog posts and benefited from the tutorials so far. I have received a huge number of messages as well as comments from the audience with valuable inputs, suggestions and some great post… Read More »

TIBCO BE Top Interview Questions and Answers

TIBCO BE (BusinessEvents) is  Complex Events Processing system which is widely used in large scale enterprises in order to streamline and improve their businesses by taking right actions with the right approach based on the real time events and their corresponding actions. TIBCO BE is a leading software in the area of Complex Events Processing… Read More »

SOAP Event Source Tutorial: How to Expose a Process as Web Service in TIBCO

After writing complete step by step tutorials on developing SOAP Over HTTP and SOAP over JMS web services in TIBCO; I am now going to write this TIBCO SOAP Event Source tutorial in which I will explain how to expose a TIBCO BW process as a web service operation using SOAP Palette activities like SOAP Event… Read More »

Java Programming Best Practices

Programming in any language should be done in accordance with the standards and best practices should be followed in order to ensure that developed code is maintainable, re-usable, extendable and presentable. In this post, I am going to talk about Java Programming Best Practices. However, many of the things discussed here will be true in… Read More »

TIBCO TCP Tutorial: How to Send and Receive TCP Data In TIBCO BW

TCP (Transmission Control Protocol) is a connection-oriented protocol which is used to send and receive data packets over a network in a reliable and orderly manner. TIBCO BW provides a separate Palette for TCP activities which can be used to design TIBCO processes for TCP based communication. In this TIBCO TCP Tutorial, I will explain… Read More »

TIBCO EAI (Enterprise Application Integration) Architectural Decision Making

TIBCO is widely used for integration of enterprise applications in different organizations where heterogeneous business systems are in use. An efficient, maintainable integration with flexibility of future changes and adaptation is a key requirement when it comes to complex systems integration in any organization. In this post, I am going to discuss about different protocols… Read More »

Schema Reference Vs Complex Elements: TIBCO Process Development

During my 10+ years development experience in the field of TIBCO, I have come across many implementations ranging from small scale to complex enterprise level integration projects. While looking at the coding schemes followed by others, I have drawn many conclusions, identified several serious coding flaws and have also suggested several best practices based on… Read More »

TIBCO Tutorial: How to Read Data From a File and Store to Database

While working on TIBCO projects, you often come across the situations where you need to read data from some text files, parse that data and then store it to a database table. In this step by step tutorial, I will explain you how you can read text file and then save its data to Oracle… Read More »