Category Archives: TIBCO BW5

TIBCO BW Memory Utilization : Key Considerations for Efficient Memory Usage

Efficient utilization of resources and achieving greater throughput with a good performance is always a key consideration for solutions developed in any organization. TIBCO BW based integration solutions are also measured on the same scale and performance tuning to gain maximum out of the finite resources has always been a need. Memory is never infinite.… Read More »

TIBCO Java Custom Function Video Tutorial

TIBCO Java Custom Function is a  shared resource of JAVA Palette in TIBCO Designer  which is used to add custom JAVA functions into the pool of available custom functions to be used in XPath Editor in TIBCO Designer processes. Public Static methods of a JAVA class (having return type other than void)  are made available in… Read More »

TIBCO Send Mail With Attachment PDF: Step By Step Tutorial

After going through my step by step tutorials on how to use Send Mail activity in TIBCO designer to send an email and also how to send email with multiple attachments in TIBCO; some people asked me to write a tutorial on how to send a PDF as an attachment using TIBCO Send Mail activity.… Read More »

Top Reasons of Poor Performance of A TIBCO BW based Project

TIBCO BusinessWorks (BW) is a very handy tool which helps medium as well as large enterprises to integrate their heterogeneous systems in an efficient manner and run the business smoothly. TIBCO BW is not only good in terms of its ease of use and development friendliness; but also equipped with all the required features to… Read More »

A Comparative Analysis of TIBCO ADB Adapter Vs JDBC

While working with TIBCO projects dealing certain database operations; we have a choice either to use JDBC activities from the JDBC Palette or we can go for Active Database Adapter based communication between our processes and database systems. Provided that, both JDBC and ADB can perform all sorts of DML operations, question arises that which… Read More »

TIBCO BW SmartMapper Lookup Step By Step Tutorial

TIBCO SmartMapper is a tool provided by TIBCO which extends functionality of TIBCO BW by supporting Lookups and cross referencing in an efficient way. Using SmartMapper, relationships are created between multiple application entities. In this TIBCO BW SmartMapper Lookup Tutorial; I will explain how we can create ER Model, create relationship between entities in multiple… Read More »

TIBCO Critical Section Group Step by Step Tutorial

In order to achieve synchronization and to ensure that only one process instance is able to run a set of activities grouped together at a particular time; Critical Section Group type is used in TIBCO processes. In this TIBCO Critical Section Group step by step tutorial, I will explain and demonstrate how we can use… Read More »

TIBCO Send Mail Tutorial: How to Send Email With Multiple Attachments in TIBCO BW

In one of my previous tutorials, I explained step by step how we can use Send Mail Activity from Mail Palette to send email from TIBCO BW process. This TIBCO Send Mail With Attachments tutorial is an extension to that tutorial as I am going to explain in this tutorial how to send email from… Read More »

TIBCO Custom Palette and Custom Activity Tutorial

TIBCO provides a large number of activities grouped into different palettes which can be used to design BW processes to achieve certain business functions. TIBCO also enables users to create their own custom activities which refer to some business process which has underlying implementation for the custom activity. Custom activity once created can be added… Read More »

TIBCO JDBC Transaction Group Tutorial

Transaction is one of the group actions that you can use for activities grouped in a TIBCO BW process. Transaction group combines a set of activities as a single unit and they are commit or rollbacked based on completion of complete transaction. If any activity inside the transaction fails, all grouped activity actions are roll… Read More »