Users Online

· Guests Online: 116

· Members Online: 0

· Total Members: 188
· Newest Member: meenachowdary055

Forum Threads

Newest Threads
No Threads created
Hottest Threads
No Threads created

Latest Articles

What is the development environment for TIBCO Business Works?

TIBCO Business Works (BW) is the platform where the Tibco process (known as integrations) are running. For developing the TIBCO integration, they have provided a tool which is known as TIBCO Designer. TIBCO Business Works is a Java-based platform, however, normally very little development is done in Java. At its heart, TIBCO Business Works is an XSLT processing engine with lots of connectivity components known as pallets. Development is done graphically by linking the Starter to Activities and eventually to an End Activity, very much like a traditional process diagram. Normally it looks like the below one.

Each of these diagrams is called a Process Definitions. we can create a number of Process Definitions based on our requirement.  For developing a new project, you need to start with the Process Definition pallet from the pallet tab on the left-hand side.

Each Process Definition will have a start and End. To make our integration running we need to have a Process Starter instead of a Start Activity. Refer the below fig. I have highlighted some pallets in red which all are starter pallets. You can simply drag it into the right-hand side and this pallet will replace the normal start activity. The normal Start Activity, which indicates that it invoked from another Process Definition. such as Process starters.

The Process Starter triggers the invocation of the Process Definition based on some event. For instance, a File Poller Process Starter will trigger when a file placed in a specific directory which specified in its configuration. There are many such Process Starters, JMS Queue receiver, SOAP, HTTP, SMTP etc..

As you can see in the above figure, I selected Mapper pallet (Tokenize Rows) and giving input from the read file activity. then we can modify the content based on the requirement. Likewise, the are many Activities, including the ones above and JDBC, JAVA and FTP and we will be able to configure all these in our way in the configuration and input tab.

Comments

No Comments have been Posted.

Post Comment

Please Login to Post a Comment.

Ratings

Rating is available to Members only.

Please login or register to vote.

No Ratings have been Posted.
Render time: 0.85 seconds
10,259,540 unique visits