tags:

views:

205

answers:

2

Hi I am new to tibco world.. i have no idea what it does .. i know that it is a middleware.. and i have to write a Java Adapter Class which can connect to Tibco, after connection is established i want to communicate to it by passing messages.

So can any one provide me some guide where i can understand the following and what i need to use for connecting my adapter class to Tibco : TIBCO iProcess, TIBCO Business Works, TIBCO EMS, TIBCO Modeler

Please suggest me with some URL samples or any explanation i can go through.

Thanks in advance

Regards Kapil

A: 

there are guides and documentation @ http://developer.tibco.com/gi/default.jsp

abmv
A: 

Most likely that you need to communicate to TIBCO EMS only as it looks like hub for messaging. As EMS is fully compliant Java Message Service (JMS) implementation from TIBCO, you can google for JMS class. Also I hope that JMS Tutorial from SUN will be helpful: http://java.sun.com/products/jms/tutorial/index.html

Serge