You are on page 1of 7

CONTENTS OF THE TUTORIAL

Overview of Enterprise Application Integration Overview of TIBCO Runtime Agent Overview of TIBCO Designer Overview TIBCO Business Works Installation Install TRA Install BusinessWorks Install Administrator TIBCO Designer Process Design General Palate AliasLibrary EnterpriseArchive Folder GenericImage LibraryBuilder Text File Palate CopyFile CreateFile FilePoller ListFiles ReadFile RemoveFile RenameFile WaitFile WriteFile Introduction to XML, Schema and DTD XML Tools DTD Resource Schema Resource XML Activities Parse XML (1 & 2) Render XML (1 & 2) Parse ParseData RenderData Process Process Overview Activities Overview Transitions Transition Condition Group String Functions Set Functions

Date and Time Functions Rendezvous Rendezvous Transport Publish Rendezvous Message Rendezvous Subscriber Send Rendezvous Request and Reply Wait For Rendezvous Message XML Message Certified Message Transport Certified Message Application Distributed Queue JDBC JDBCConnection JDBC Query (1 & 2) JDBC Update(1 & 2) SQL Direct JDBC Call Procedure JDBC Get Connection JMS JNDI Configuration JMS Connection JMS Connection to Jboss Server JMS Properties JMS Queue Sender JMS Queue Receiver JMS Topic Publisher JMS Topic Subscriber Get JMS Queue Message JMS Queue Requestor JMS Topic Requestor Wait For JMS Queue Message Wait For JMS Topic Message XML Message JMS Properties Example General Activities Assign Call Process Catch GenerateError CheckPoint Confirm EngineeCommand ExternalCommand JobShared Variable Shared Variable GetSetSharedVariable Inspector Mapper Notify Wait

NotifyConfiguration ReceiveNotification Interprocess Communication Null and Label onStartUp onShutDown Sleep Timer WritetoLog HTTP HTTP Connection HTTP Receiver HTTP Response Send HTTP Request WaitForRequest Application Application with JDBC WSDL SOAP SOAP SOAP Server SOAP Client Overview of Administration Users Management Process Deployement Process Undeployment Domain Creation Miscellenous Adapters ADAPTER.avi Text2XML.avi Database BatchUpdate.avi JDBC2XML.avi FTP Dir.avi FTPConn.avi Getdefdir.avi Put.avi Mkdir.avi Http AddressBar.avi Htmlpage.avi TCP TCPSample.avi Web Services Trip.avi Wsdl Soap.avi PowerPoints EAI Concepts

AdapterSDK ADB ADFILES Admin BusinessConnect BusinessFactor BusinessWorks Hawk Tibco_PortalBuilder Tibco_PortalBuilder2 Tibco_RV TIBCO Enterprise for JMS TIBCO_Enterprise_for_JMS-modified RV7_Concepts DistribuedQueue TIBCO bus services TIBCO_RV TIBCO EMS EMS Concepts Documents Covering all aspects of Tibco faqs, etc IPROCESS IP INST1 (Video) IP INST2 (Video) Powerpoints on IPROCESS Advanced Design Basic Design Iprocess Architecture Procedure Creation & Management & more

1.What are the modes of TIBCO BW Installations ?


GUI mode Console mode Silent mode

2.If you have installed a particular version of TIBCO software e.g. TIBCO BW X.Y.Z, What are X, Y and Z number stands for? Integration can be at different application layers:

X:Patch Y:Major

Z:Minor

3.What is the role of TRA? TRA stands for TIBCO Runtime Agent. The TRA has two main functions:

Supplies an agent that is running in the background on each machine. 1. The agent is responsible for starting and stopping processes that run on a machine according to the deployment information. 2. The agent monitors the machine. That information is then visible via TIBCO Administrator. Supplies the run-time environment, that is, all shared libraries including third-party libraries.

4.What are the resources that gets included in the EAR file, created by the TIBCO Designer? An EAR file can contain local project resources, LibraryBuilder resources, and files as specified in AliasLibrary resources. In addition, the TIBCO Designer classpath may include references to other files that are included in the EAR file.

5.What are the revision control system options available in TIBCO designer?

File sharing VSS Perforce XML Canon ClearCase iPlanet CVS PVCS

6.What are the different modes of service invocation?

Services can be invoked in several ways.


A one-way operation is executed once and does not wait for a response. A request-response operation is executed once and waits for one response. In a request-response service, communication flows in both directions. The complete interaction consists of two point-to-point messagesa request and a response. The interaction is only considered complete after the response has arrived. Publication (notification) means an operation sends information on an as-needed basis, potentially multiple times. Subscription means incoming information is processed on an as-needed basis, potentially multiple times.

7.What is vcrepo.dat? TIBCO Designer creates a file named vcrepo.dat in the project root directory when you first save the project. This file is used to store properties such as display name, TIBCO Rendezvous encoding, and description. This file can be used for identification in place of the project root directory and can be used as the repository locator string (repoUrl). 8.What are the TIBCO BW activities that can participate in transactions? Not all TIBCO BusinessWorks activities can participate in a transaction. Only the following types of activities have transactional capabilities:

JDBC activities JMS activities ActiveEnterprise Adapter activities that use JMS transports EJB activities TIBCO iProcess BusinessWorks Connector activities

9.What are the different types of Transactions TIBCO provides? TIBCO BusinessWorks offers a variety of types of transactions that can be used in different situations. You can use the type of transaction that suits the needs of your integration project. When you create a transaction group, you must specify the type of transaction. TIBCO BusinessWorks supports the following types of transactions:

JDBC Java Transaction API (JTA) UserTransaction XA Transaction

10.What activities are supported in JTA Transaction? The Java Transaction API (JTA) UserTransaction type allows:

JDBC JMS ActiveEnterprise Adapter (using JMS transports) EJB activities

to participate in transactions.

You might also like